Skip to content

Commit 945a7f3

Browse files
committed
📜 Docs: enhance contribution guide by specifying the use of closing keywords for issue linking in PRs
1 parent 14acb6f commit 945a7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contribute/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ What may be offered after consistent excellence\*:
4949
1. Manually test your changes. See the [testing guide](./testing-guide.md) for more info on how to do this sufficiently.
5050
1. Push your branch to your fork
5151
1. Create a pull request
52-
1. Link the PR to the issue it solves by including the issue number in the PR description. For example: `Fixes #123`
52+
1. Link the PR to the issue it solves by including the issue number in the PR description and using a [closing keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue). For example: `Fixes #123`
5353
1. Wait for feedback. You can continue this process with another issue while waiting for feedback.
5454

5555
### 🐞 You found an undocumented bug

0 commit comments

Comments
 (0)