Merge pull request #647 from grafana/mderynck/add-pull-request-template

Add simple pull request template
This commit is contained in:
Michael Derynck 2022-10-13 15:43:04 -06:00 committed by GitHub
commit 80abd8b8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,8 @@
**What this PR does**:
**Which issue(s) this PR fixes**:
**Checklist**
- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated