Skip to content

Commit 5c7d778

Browse files
onlinejudge95poyeacclauss
committed
Mandates referencing issue in PR (TheAlgorithms#1717)
* Mandates referencing issue in PR * Update CONTRIBUTING.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update CONTRIBUTING.md Co-authored-by: John Law <[email protected]> Co-authored-by: Christian Clauss <[email protected]>
1 parent 63a1c41 commit 5c7d778

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
* [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html).
1818
* [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing.
1919
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
20+
* [ ] If this issues resolves an open issue then the commit message contains `Fixes: #{$ISSUE_NO}` for auto cleanup.

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ We appreciate any contribution, from fixing a grammar mistake in a comment to im
2525

2626
Your contribution will be tested by our [automated testing on Travis CI](https://travis-ci.org/TheAlgorithms/Python/pull_requests) to save time and mental energy. After you have submitted your pull request, you should see the Travis tests start to run at the bottom of your submission page. If those tests fail, then click on the ___details___ button try to read through the Travis output to understand the failure. If you do not understand, please leave a comment on your submission page and a community member will try to help.
2727

28+
Please help us keep our issue list small by adding fixes: #{$ISSUE_NO} to the commit message of pull requests that resolve open issues. GitHub will use this tag to auto close the issue when the PR is merged.
29+
2830
#### Coding Style
2931

3032
We want your work to be readable by others; therefore, we encourage you to note the following:

0 commit comments

Comments
 (0)