Update language of checklists to match AUTHORS

This commit is contained in:
Josh Bruce 2018-02-26 21:33:12 -05:00
parent eeb1c7c6e3
commit 321c50f176
2 changed files with 4 additions and 4 deletions

View File

@ -32,13 +32,13 @@ Describe what code combination got you there
-->
## Submitter
## Contributor
- [ ] Test(s) exist to ensure functionality and minimize regresstion (if no tests added, list tests covering this PR); or,
- [ ] no tests required for this PR.
- [ ] If submitting new feature, it has been documented in the appropriate places.
## Reviewer
## Committer
- [ ] Draft GitHub release notes have been updated.
- [ ] case_insensitive_refs is only failing test (remove once CI is in place and all tests pass).

View File

@ -1,4 +1,4 @@
## Submitter
## Publisher
- [ ] `$ npm version` has been run.
- [ ] Release notes in [draft GitHub release](https://github.com/markedjs/marked/releases) are up to date
@ -14,7 +14,7 @@ Note: If merges to `master` occur after submitting this PR and before running `$
2. run `$ npm run build` to regenerate the `min` file, and
3. commit and push the updated changes.
## Reviewer
## Committer
- [ ] Version in `package.json` has been updated (see [RELEASE.md](https://github.com/markedjs/marked/blob/master/RELEASE.md)).
- [ ] The `marked.min.js` has been updated; or,