mirror of
https://github.com/vuejs/awesome-vue.git
synced 2024-11-20 11:16:40 -05:00
feat: add description for commercial product
This commit is contained in:
parent
8e51018c38
commit
c317adac7d
1 changed files with 3 additions and 1 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -9,7 +9,7 @@
|
|||
|
||||
### `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/CONTRIBUTING.md).
|
||||
> ℹ️ 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).
|
||||
|
||||
> 👉 _Put an `x` in the boxes that apply._
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
|||
- [ ] The documentation is in English.
|
||||
- [ ] The project is active and maintained.
|
||||
- [ ] The project accepts contributions.
|
||||
- [ ] Not a commercial product
|
||||
|
||||
#### Apps/Websites
|
||||
|
||||
|
@ -30,3 +31,4 @@
|
|||
- [ ] 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.
|
||||
- [ ] 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).
|
||||
|
|
Loading…
Reference in a new issue