mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
📝 update CONTRIBUTING.md
This commit is contained in:
parent
c60f664f79
commit
49d323a2ee
|
|
@ -8,7 +8,9 @@ Whether you're an experienced developer or just starting out, we welcome your co
|
|||
|
||||
## Reporting Issues
|
||||
|
||||
If you encounter any bugs or issues, please report them in the [Issue Tracker][#issue_tracker]. Include as much detail as possible, such as steps to reproduce the issue and expected vs. actual behavior.
|
||||
If you encounter any bugs or issues, please report them in the [Issue Tracker][#issue_tracker].
|
||||
|
||||
Include as much detail as possible, such as steps to reproduce the issue, expected vs. actual behavior, screenshots or logs.
|
||||
|
||||
## Merge Requests and Releases
|
||||
|
||||
|
|
@ -34,7 +36,7 @@ After you've made your changes, you commit them locally and push these back to y
|
|||
|
||||
Finally, you can [create a merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html#when-you-work-in-a-fork) from your fork's branch to upstream's branch.
|
||||
|
||||
> We encourage you to [allow commits from upstream members](https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html#allow-commits-from-upstream-members) so that you can reach out for help.
|
||||
> We encourage you to [allow commits from upstream members](https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html#allow-commits-from-upstream-members) so that they can [push to the fork as the upstream member](https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html#push-to-the-fork-as-the-upstream-member) in order for you to reach out for help.
|
||||
|
||||
This notifies the project maintainers that you've made changes and allows them to review your code and potentially merge it into the main project.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue