1
0
Fork 0
mirror of https://github.com/vuejs/awesome-vue.git synced 2024-11-20 11:16:40 -05:00
vue/.github/pull_request_template.md

40 lines
1.8 KiB
Markdown
Raw Normal View History

2020-03-19 02:32:37 -04:00
### General
> ✏️ Mark the necessary items without changing the structure of the PR template.
- [ ] Pull request template structure not broken
2020-03-11 03:28:05 -04:00
### `Type`
> What types of changes does your code introduce?
> 👉 _Put an `x` in the boxes that apply_
- [ ] Fix
- [ ] Feature
### `Checklist`
> Check all checkboxes - this will indicate that you have done everything in accordance with the rules in [CONTRIBUTING](https://github.com/vuejs/awesome-vue/blob/master/.github/contributing.md).
2020-03-11 03:28:05 -04:00
> 👉 _Put an `x` in the boxes that apply._
2020-03-12 05:34:36 -04:00
- [ ] Title as described
2020-03-11 03:28:05 -04:00
- [ ] Make sure you put things in the right category!
- [ ] Always add your items to the end of a list
#### Open Source
- [ ] The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section
- [ ] The documentation is in English.
- [ ] The project is active and maintained.
- [ ] The project accepts contributions.
- [ ] Not a commercial product
2020-03-11 03:28:05 -04:00
#### Apps/Websites
- [ ] The website is available without errors or ssl certificate problems, and load in a reasonable amount of time.
- [ ] The website is using vuejs intensively. It should detect vue with [vue-devtools](https://github.com/vuejs/vue-devtools).
> If you cannot detect vue with `vue-devtools` due to work at non public pages (e.g. for enterprise website), you can send Pull Request with screenshot that detected it.
2020-03-12 05:34:36 -04:00
- [ ] The website is original and not too simple. For that reason, blogs and simple landing pages are rejected.
- [ ] A commercial product using Vue, provided that guests could reasonably check out how Vue was used A commercial product using Vue, provided that guests could reasonably check out how Vue was used (i.e. A headless CMS which uses Vue for the Admin/editor Area and offers a free tier).