01816d2662
Modify the git commit guide to be clearer, specifically asking to link GitHub issues with every commit. Also update the pull request template with the line "Fixes #issue-number" so that every PR will close an issue when it is merged.
7 lines
No EOL
366 B
Markdown
7 lines
No EOL
366 B
Markdown
Fixes #issue-number
|
|
|
|
I have verified that this pull request:
|
|
|
|
* [ ] has no linting errors (`npm run lint`)
|
|
* [ ] is from a uniquely-named feature branch and has been rebased on top of the latest master. (If I was asked to make more changes, I have made sure to rebase onto master then too)
|
|
* [ ] is descriptively named and links to an issue number, i.e. `Fixes #123` |