chore: add bot config files and update issue templates (#7249)

* chore: add bot config files and update issue templates

* fix: exclude SIP
This commit is contained in:
Krist Wongsuphasawat
2019-04-09 22:45:58 -07:00
committed by GitHub
parent b225507bca
commit 6c38cb1a09
10 changed files with 178 additions and 44 deletions

22
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,22 @@
##### SUMMARY
<!--- Describe the change below, including rationale and design decisions -->
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
<!--- Skip this if not applicable -->
### TEST PLAN
<!--- What steps were taken to verify -->
### ADDITIONAL INFORMATION
<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
<!--- Check any relevant boxes with "x" -->
- [ ] Has associated issue:
- [ ] Changes UI
- [ ] Requires DB Migration. Confirm DB Migration upgrade and downgrade tested.
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
- [ ] Fixes bug
- [ ] Refactors code
- [ ] Adds test(s)
### REVIEWERS