From 49d323a2eea24e2b3fbd01f884e1de6a8754de5f Mon Sep 17 00:00:00 2001 From: anyreso Date: Sat, 13 Apr 2024 15:43:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20CONTRIBUTING.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c383ec..52fe722 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.