mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
Update language of checklists to match AUTHORS
This commit is contained in:
parent
eeb1c7c6e3
commit
321c50f176
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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).
|
||||
|
4
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
4
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user