GitHub community issue/contribution changes (#75)

Overhauled Mapbase's GitHub-specific files to be more effective and project-agnostic

* Moved CONTRIBUTING to .github so it can be recognized as contribution guidelines
* Added more issue templates and made them more project-agnostic for forks
* Renamed issue templates so "Bug report", "Feature request", etc. come first when looking for the right template
* Added pull request template
This commit is contained in:
Blixibon
2020-12-22 10:13:07 -06:00
committed by GitHub
parent 54cca19672
commit 6ba3cd4c03
17 changed files with 173 additions and 21 deletions

11
.github/pull-request-template.md vendored Normal file
View File

@@ -0,0 +1,11 @@
(Describe your PR here and then fill out the checklist at the bottom)
---
#### Does this PR close any issues?
* (Optional) Insert issue number(s) and any related info here
<!-- Replace [ ] with [x] for each item your PR satisfies -->
#### PR Checklist
- [ ] **My PR follows all guidelines in the CONTRIBUTING.md file**
- [ ] My PR targets a `develop` branch OR targets another branch with a specific goal in mind