Proposal template & what if

This commit is contained in:
Josh Bruce 2018-02-25 13:57:00 -05:00
parent 81f4511404
commit 6d0460f252
2 changed files with 18 additions and 0 deletions

View File

@ -2,6 +2,18 @@
<!-- The NPM version or commit hash having the issue -->
<!--
If submitting a something other than a defect with marked itself, please use the following:
**Proposal type:** new feature | project operations | other
## What pain point are you perceiving?
## What solution are you suggesting?
-->
## Expectation
<!-- Describe the output you are expecting from marked -->

View File

@ -8,6 +8,12 @@
- [ ] `$ npm publish` has been run.
- [ ] Create draft GitHub release to prepare next release.
Note: If merges to `master` occur after submitting this PR and before running `$ npm pubish` you should be able to
1. pull from `upstream/master` into the branch holding this version,
2. run `$ npm run build` to regenerate the `min` file, and
3. commit and push the updated changes.
## Reviewer
- [ ] Version in `package.json` has been updated (see [RELEASE.md](https://github.com/markedjs/marked/blob/master/RELEASE.md)).