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.