Skip to content

Commit f78dc25

Browse files
committed
Adding PULL_REQUEST_TEMPLATE
1 parent 5f3333a commit f78dc25

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
Please make sure to read our contribution guide
3+
https://vue-a11y.com/project/posts-guide.html
4+
-->
5+
6+
<!-- PULL REQUEST TEMPLATE -->
7+
<!-- (Update "[ ]" to "[x]" to check a box) -->
8+
9+
**What kind of change does this PR introduce?** (check at least one)
10+
11+
- [ ] Bugfix
12+
- [ ] Feature
13+
- [ ] Code style update
14+
- [ ] Refactor
15+
- [ ] New Post or Recipe
16+
- [ ] Update Post or Recipe
17+
- [ ] Other, please describe:
18+
19+
## In the case of Posts or Recipes, they meet the following requirements:
20+
21+
- [ ] Introduction and explanation;
22+
- [ ] Code snippets;
23+
- [ ] Demo or repository link;
24+
- [ ] Accessibility considerations;
25+
- [ ] AT/Browser combinations tested;
26+
- [ ] Resources;

0 commit comments

Comments
 (0)