Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
Please make sure to read our contribution guide
https://vue-a11y.com/project/posts-guide.html
-->

<!-- PULL REQUEST TEMPLATE -->
<!-- (Update "[ ]" to "[x]" to check a box) -->

## What kind of change does this PR introduce? (check at least one)

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update
- [ ] Refactor
- [ ] New Post or Recipe
- [ ] Update Post or Recipe
- [ ] Other, please describe:

## In the case of Recipes, they meet the following requirements:

- [ ] Introduction and explanation;
- [ ] Code snippets;
- [ ] Demo or repository link;
- [ ] Accessibility considerations;
- [ ] AT/Browser combinations tested;
- [ ] Resources;