-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and add PR template (#160)
* Update README.md * Add CODEOWNERS * Add PR template * Add VS Code .gitignore
- Loading branch information
Showing
4 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Code owners for frontend-app-gradebook, editable gradebook micro-frontend (MFE) | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, they will | ||
# be requested for review when someone opens a pull request. | ||
* @edx/masters-devs-gta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters