mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
A little more detail around CI things
This commit is contained in:
parent
d0dc71e366
commit
1f1ffbe97b
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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
|
5
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
5
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user