mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
Initial commit
This commit is contained in:
parent
cb8277b00a
commit
484698d399
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
34
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,17 +1,36 @@
|
|||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
If release PR, please add ?template=release.md to the PR url to use the release PR template.
|
||||||
|
|
||||||
|
Otherwise, you are stating the this PR fixes an issue that has been submitted; or,
|
||||||
|
describes the issue or proposal under considersation.
|
||||||
|
-->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
<!-- describe what the PR does -->
|
- Fixes #### (if fixing a known issue; otherwise, describe issue using the following format)
|
||||||
|
|
||||||
- Fixes ####
|
<!--
|
||||||
- Fixes list issues fixed by this PR
|
|
||||||
- Fixes will automatically close them once merged
|
## Expectation
|
||||||
|
|
||||||
|
Describe the output you are expecting from marked
|
||||||
|
|
||||||
|
## Result
|
||||||
|
|
||||||
|
Describe the output you received from marked
|
||||||
|
|
||||||
|
## What was attempted
|
||||||
|
|
||||||
|
Describe what code combination got you there
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
## Review
|
## Review
|
||||||
|
|
||||||
### Submitter
|
### Submitter
|
||||||
|
|
||||||
- [ ] All tests pass (CI should take care of this, once in place).
|
|
||||||
- [ ] All lint checks pass (CI should take care of this, once in place).
|
|
||||||
- Tests
|
- Tests
|
||||||
- [ ] Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality).
|
- [ ] Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality).
|
||||||
- [ ] No tests required for this PR.
|
- [ ] No tests required for this PR.
|
||||||
@ -22,4 +41,7 @@
|
|||||||
|
|
||||||
### Reviewer
|
### Reviewer
|
||||||
|
|
||||||
|
- [ ] All tests pass (remove once CI is in place).
|
||||||
|
- [ ] All lint checks pass (remove once CI is in place).
|
||||||
|
|
||||||
??
|
??
|
1
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
1
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
release.md
|
Loading…
Reference in New Issue
Block a user