diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f14a8a2..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -Checklist: - - * [ ] This is not a question (these belong to the [Google Group][google-group]) - * [ ] I searched existing issues to make sure I don’t create a duplicate one - -For bug reports, please include: - - * Steps to reproduce - * What I expected to happen - * What happened instead - -In most cases, it is also useful to include a **minimal** example (grammar + input) -reproducing the problem. - -For feature requests, please include: - - * Feature description - * Why do you request it - -[google-group]: https://groups.google.com/forum/#!forum/pegjs diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 4b58acf..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -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