From e454d3220e1256a8c42b5b79c558e7a9b1b05c5e Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 28 Jul 2017 13:56:29 +0200 Subject: [PATCH] Add pull request and issue templates --- .github/ISSUE_TEMPLATE.md | 7 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..732ed42d97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +This issue tracker is for reporting bugs or feature requests, not for asking questions. For usage questions, refer to the (documentation)[http://openlayers.org/en/latest/doc/]. + +Ready to submit your bug or feature request? Make sure these boxes are checked before submitting your issue. Thank you! + +- [ ] I have searched GitHub to see if a similar bug or feature request has already been reported. +- [ ] If reporting a bug, I have tried with the latest version of OpenLayers (see 'LATEST' on https://openlayers.org/) +- [ ] If reporting a bug, I have created a [CodePen](https://codepen.io) or prepared a stack trace (using the latest version and unminified code, so e.g. `ol-debug.js`, not `ol.js`) that shows the issue. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..6849bfa0f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Make sure these boxes are checked before submitting your pull request. Thank you! + +- [ ] This pull request addresses an issue that has been marked with the 'Pull request accepted' label. +- [ ] It contains one or more small, incremental, logically separate commits, with no merge commits. +- [ ] I have used clear commit messages.