Skip to content

Commit 28888d4

Browse files
committed
perf: add pull_request_template
1 parent 3678c86 commit 28888d4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### `Type`
2+
3+
> ℹ️ What types of changes does your code introduce?
4+
5+
> 👉 _Put an `x` in the boxes that apply_
6+
7+
- [ ] Fix
8+
- [ ] Feature
9+
10+
### `Checklist`
11+
12+
> ℹ️ 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).
13+
14+
> 👉 _Put an `x` in the boxes that apply._
15+
16+
- [ ] Make sure you put things in the right category!
17+
- [ ] Always add your items to the end of a list
18+
19+
#### Open Source
20+
21+
- [ ] The documentation (README) contains a description of the project, illustration of the project with a demo or screenshots and a CONTRIBUTING section
22+
- [ ] The documentation is in English.
23+
- [ ] The project is active and maintained.
24+
- [ ] The project accepts contributions.
25+
26+
#### Apps/Websites
27+
28+
- [ ] The website is available without errors or ssl certificate problems, and load in a reasonable amount of time.
29+
- [ ] The website is using vuejs intensively. It should detect vue with [vue-devtools](https://github.com/vuejs/vue-devtools).
30+
> 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.
31+
- [ ] The website is original and not too simple. For that reason, blogs and simple landing pages are rejected.

0 commit comments

Comments
 (0)