Skip to content

Commit 185e7f2

Browse files
Update docs/contributors.md
Co-authored-by: Ivan <[email protected]>
1 parent 44a19ce commit 185e7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
5454
- Use a "feature branch" for your changes. That separates the changes in the pull request from your other changes and makes it easy to edit/amend commits in the pull request
5555
- **Run `pre-checkin` script to format, build and test changes**
5656
- Make sure your changes are well formatted and that all tests are passing
57-
- If your pull request is connected to an open issue, add a line in your pull request's description that says Fixes: #123, where #123 is the number of the issue you're fixing.
57+
- If your pull request is connected to an open issue, please, leave a link to this issue in the `Related issue:` section
5858
- If you later need to add new commits to the pull request, you can simply commit the changes to the local branch and then push them. The pull request gets automatically updated
5959

6060
**Learn more about how to work with the repository:**

0 commit comments

Comments
 (0)