Skip to content

Commit

Permalink
[docs] Add note in the Contributing guide about linking issues to a PR (
Browse files Browse the repository at this point in the history
#32174)

Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
danilo-leal and samuelsycamore committed Apr 12, 2022
1 parent 47460ce commit 19c0ad3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ Because we will only merge a Pull Request for which all tests pass. The followin

If you have missed a step, don't worry, the Continuous Integration will run a thorough test on your commits and the maintainers of the project can assist.

If your pull request addresses an open issue, make sure to link the PR to that issue.
Use any [supported GitHub keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) in the PR description to automatically link them.
This makes it easier to understand where the PR is coming from and also speeds things up as the issue gets closed when the PR is merged.

#### Checks and how to fix them

If any of the checks fails click on the _Details_
Expand Down

0 comments on commit 19c0ad3

Please sign in to comment.