From 21e30415ad3e70799d6c8e6f930adc07dfef126d Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 31 Jul 2024 10:11:56 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d603a94b..d3dbdc22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ 2. [Setup](https://github.com/radumarias/rencfs?tab=readme-ov-file#locally) dev env localy, replace url repo with your fork url 3. Make sure there is an open issue or a task in the [project](https://github.com/users/radumarias/projects/1) 4. **Ask the owner of the project to add your GitHub username to the project** -5. **Assign the issues you are woeking to you and move them in the corresponding status column as you are working on it. If the taks is not an issue yet, convert it to issue first** +5. **Assign the issues you are working to you and move them in the corresponding status column as you are working on it. If the taks is not an issue yet, convert it to issue first** 6. Make the changes in your fork 7. If you add new `.rs` files in `examples` member add all these [lines](https://github.com/radumarias/rencfs/blob/main/src/lib.rs#L1-L16) as first ones 8. If you add new packages to the workspace add all these [lines](https://github.com/radumarias/rencfs/blob/main/src/lib.rs#L1-L16) to it's `lib.rs`