📝 update CONTRIBUTING.md

This commit is contained in:
anyreso 2024-04-13 15:43:16 -04:00
parent c60f664f79
commit 49d323a2ee

View file

@ -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.