A little more detail around CI things

This commit is contained in:
Josh Bruce 2018-02-27 00:27:22 -05:00
parent d0dc71e366
commit 1f1ffbe97b
2 changed files with 8 additions and 2 deletions

View File

@ -40,7 +40,10 @@ Describe what code combination got you there
## Committer
In most cases, this should be a different person than the contributor.
- [ ] Draft GitHub release notes have been updated.
- [ ] case_insensitive_refs is only failing test (remove once CI is in place and all tests pass).
- [ ] cm_autolinks is the only failing test (remove once CI is in place and all tests pass).
- [ ] All lint checks pass (remove once CI is in place).
- [ ] CI is green (no forced merge required).
- [ ] Merge PR

View File

@ -16,8 +16,11 @@ Note: If merges to `master` occur after submitting this PR and before running `$
## Committer
In most cases, this should be someone different than the publisher.
- [ ] 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,
- [ ] release does not change library.
- [ ] cm_autolinks is only failing test (remove once CI is in place and all tests pass).
- [ ] cm_autolinks is the only failing test (remove once CI is in place and all tests pass).
- [ ] All lint checks pass (remove once CI is in place).
- [ ] CI is green (no forced merge required).