Skip to content

Commit bba63ea

Browse files
committed
docs: add PR template
1 parent 5ea3425 commit bba63ea

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Thank you for contributing! -->
2+
3+
### Before submitting the PR, please make sure you do the following <!-- (put an "X" next to an item) -->
4+
5+
- [ ] Read the [Contributing Guidelines](https://github.com/vuepress/vuepress-next/blob/main/docs/contributing.md).
6+
- [ ] Provide a description in this PR that addresses **what** the PR is solving. If this PR is going to solve an existing issue, please reference the issue (e.g. `close #123`).
7+
8+
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
9+
10+
- [ ] Bug fix
11+
- [ ] New feature
12+
- [ ] Documentation update
13+
- [ ] Other
14+
15+
### Description
16+
17+
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
18+
19+
### Screenshots
20+
21+
<!-- If your PR includes UI changes, please provide before/after screenshots. If there are any other images that add context to the PR, add them here as well -->
22+
23+
**Before**
24+
25+
**After**

0 commit comments

Comments
 (0)