Skip to content

Commit

Permalink
chore: add checklist to PULL_REQUEST_TEMPLATE (hexojs#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored and curbengh committed Aug 11, 2019
1 parent 5427e04 commit afa56a2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
- [ ] Read the [theme publishing doc](https://hexo.io/docs/themes#Publishing) or [plugin publishing doc](https://hexo.io/docs/plugins#Publishing).
## Check List

**Please read and check followings before submitting a PR.**

- [ ] I want to publish my theme on Hexo official website.
- [ ] I have read the [theme publishing doc](https://hexo.io/docs/themes#Publishing).
- [ ] `link` URL is correct.
- [ ] `preview` URL is correct.
- [ ] `preview` URL web site is rendered correctly.
- [ ] Add a screenshot to `source/themes/screenshots`.
- [ ] Screenshot filename is same as value of `name`.
- [ ] Screenshot size is `800 * 500`.
- [ ] Screenshot file format is `png`.
- [ ] I want to publish my plugin on Hexo official website.
- [ ] I have read the [plugin publishing doc](https://hexo.io/docs/plugins#Publishing).
- [ ] `link` URL is correct.
- [ ] Others (Update, fix, translation, etc...)

<!--
Thank you for publishing your work on Hexo site!
Expand Down

0 comments on commit afa56a2

Please sign in to comment.