📝 update CONTRIBUTING

This commit is contained in:
anyreso 2024-12-08 22:28:17 -05:00
parent bf04f64a85
commit a59e968644

View file

@ -20,7 +20,7 @@ The `develop` branch contains the most recent and advanced codebase, as it serve
Periodically, changes from `develop` are merged into the `main` branch to package releases.
This practice ensures that everyone remains updated on ongoing tasks, fostering transparency and encouraging collaboration.
This practice keeps everyone informed about ongoing tasks, promotes transparency, fosters collaboration, and safeguards newcomers from oversights in the review process.
> Learn how to [create a merge request when you work in a fork][#create_merge_requests_from_fork].
@ -65,7 +65,7 @@ Access to our [gitlab repository][#repo_url] is essential for collaborative deve
4. **Review**: We will assess factors such as the quality of your contributions, adherence to our guidelines and alignment with our project's vision.
5. **Access**: Upon approval, a membership will be granted to our [gitlab repository][#repo_url], allowing you to directly contribute, review changes and collaborate with others.
While we welcome contributions from everyone, access to our repository is granted at our discretion.
While we welcome contributions from everyone, access to our repository is granted at our discretion.
We greatly value enthusiasm within our community and we can't wait to see what you'll bring to the table!
@ -100,13 +100,13 @@ This naming convention helps to categorize branches and makes it easier to ident
1. Create a new branch for your changes:
```shell
git checkout -b fix/my-branch
git checkout -b feat/my-branch
```
2. Make your changes, stage then and commit:
```shell
git commit -am "📝 update CONTRIBUTING.md"
git commit -am "✨ add magic"
```
3. Push your changes to the repository: