From 833f9f0a6ea940cb551623f40c0d34e9d908b0e0 Mon Sep 17 00:00:00 2001 From: Rasul Adasov Date: Wed, 8 May 2024 11:10:37 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03efae3..02d8426 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,8 @@ writing a single line of CMake code, or executing a single git command. We are working on a way to make Magnet work on existing projects. Right now, it can only bootstrap new projects due to fundamental differences of project structures. -### Why can't I edit my CMakeLists.txt files? -Magnet generates these on the fly, everytime you run `magnet generate` or `magnet pull` – hence why any changes **will -be overwritten**. +### Can I edit my CMakeLists.txt files afterwards? +Yes! There is a dedicated section where you can input your custom commands in every file. However, support for this is planned for the future. From 97ac1a0c89f062c646c4b86bde0fbf989945bdd1 Mon Sep 17 00:00:00 2001 From: Rasul Adasov Date: Wed, 8 May 2024 11:11:43 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 02d8426..65780aa 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,6 @@ bootstrap new projects due to fundamental differences of project structures. ### Can I edit my CMakeLists.txt files afterwards? Yes! There is a dedicated section where you can input your custom commands in every file. -However, support for this is planned for the future. - ### Is Magnet a build tool? No. Magnet is a dependency manager. It delegates the actual building process to CMake. From ba2987feedb2f4f11b3d333a7bac0264f051dac5 Mon Sep 17 00:00:00 2001 From: Rasul Adasov Date: Wed, 21 Aug 2024 20:23:23 +0200 Subject: [PATCH 3/3] chore: fix typos --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb23f71..142591b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,8 @@ Key points: We are always open to new ideas! But first, please ask yourself these questions: -- Is this feature already requested/implemented? -- Does it require the user to learn additional concepts (that are specific to Magnet)? +- Is this feature not yet requested/implemented? +- Does it not require the user to learn additional concepts (that are specific to Magnet)? - Can this feature be implemented on top of existing solutions? - Does it simplify the developer experience and every-day tasks? - Does it fit the scope of the project? @@ -45,4 +45,4 @@ has already been reported. If it has, you can add a comment to the existing issu # 🤝 Code of Conduct Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By -participating in this project you agree to abide by its terms. \ No newline at end of file +participating in this project you agree to abide by its terms.