mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-29 16:25:35 +00:00
📝 update CONTRIBUTING
This commit is contained in:
parent
3319c1d00e
commit
4a0143a065
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
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].
|
> 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.
|
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.
|
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!
|
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:
|
1. Create a new branch for your changes:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git checkout -b fix/my-branch
|
git checkout -b feat/my-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Make your changes, stage then and commit:
|
2. Make your changes, stage then and commit:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git commit -am "📝 update CONTRIBUTING.md"
|
git commit -am "✨ add magic"
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Push your changes to the repository:
|
3. Push your changes to the repository:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue