Remove .github/{ISSUE,PULL_REQUEST}_TEMPLATE
The files were not really templates but instructions. These instructions are already spelled-out in CONTRIBUTING.md and repeating them feels a bit redundant. If it turns out people don't read CONTRIBUTING.md when submitting issues and pull requests, I'll probably restore the templates (likely in some shorter/simpler form).redux
parent
930877c3ba
commit
3db71ebceb
@ -1,11 +0,0 @@
|
||||
Checklist:
|
||||
|
||||
* [ ] The change is trivial (if not, I filed an issue first)
|
||||
* [ ] The change is split into atomic commits
|
||||
* [ ] Commits have messages adhering to [these conventions][git-commit-messages]
|
||||
* [ ] The change is documented (if needed)
|
||||
* [ ] The change is tested (if needed)
|
||||
* [ ] The change passes the specs (`make spec`)
|
||||
* [ ] The change passes ESLint checks (`make lint`)
|
||||
|
||||
[git-commit-messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
Loading…
Reference in New Issue