Skip to content

Commit 5c798dd

Browse files
feat: pr template (#483)
1 parent e779e89 commit 5c798dd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Description
2+
3+
<!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are there any parts you think require more attention from reviewers? -->
4+
5+
<!----------------------------------------------------------------------
6+
Before creating the pull request, please make sure you do the following:
7+
8+
- Read the Contributing Guidelines at https://github.com/vuejs/create-vue/blob/main/CONTRIBUTING.md
9+
- Check that there isn't already a PR that solves the problem. If you find a duplicate, please help us reviewing it.
10+
- Include relevant tests.
11+
12+
Thank you for contributing to create-vue!
13+
----------------------------------------------------------------------->

0 commit comments

Comments
 (0)