We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3333a commit f78dc25Copy full SHA for f78dc25
.github/PULL_REQUEST_TEMPLATE.md
@@ -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