Update README and add PR template (#160)

* Update README.md
* Add CODEOWNERS
* Add PR template
* Add VS Code .gitignore
This commit is contained in:
Nathan Sprenkle
2021-01-14 13:27:16 -06:00
committed by GitHub
parent 500364dc99
commit 100fbc08bf
4 changed files with 59 additions and 11 deletions

28
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,28 @@
**TL;DR -** [ A short summary of what this PR does and why ]
JIRA: [JIRA-XXXX](https://openedx.atlassian.net/browse/JIRA-XXXX)
**What changed?**
- [ More in depth breakdown of changes ]
- [ Peripheral things that got changed ]
- [ etc... ]
**Developer Checklist**
- [ ] Test suites passing
- [ ] Received code-owner approving review
- [ ] Bumped version number [package.json](../package.json)
**Testing Instructions**
[ How should a reviewer test this PR? ]
**Reviewer Checklist**
Collectively, these should be completed by reviewers of this PR:
- [ ] I've done a visual code review
- [ ] I've tested the new functionality
FYI: @edx/masters-devs-gta