Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 81f484b

Browse files
Align pull_request_template to other repositories (#3680)
1 parent d547106 commit 81f484b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
<!--
2-
For issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR. It should be underlined in the preview if done correctly.
3-
-->
1+
## Changes
42

5-
| Q                       | A <!--(Can use an emoji 👍) -->
6-
| ------------------------ | ---
7-
| Fixed Issues? | `Fixes #1, Fixes #2` <!-- remove the (`) quotes to link the issues -->
8-
| Patch: Bug Fix? |
9-
| Major: Breaking Change? |
10-
| Minor: New Feature? |
11-
| Tests Added + Pass? | Yes
12-
| Does not reduce coverage?| Yes
13-
| Any Dependency Changes? |
3+
- ...
144

15-
<!-- Describe your changes below in as much detail as possible -->
5+
## Type of change
6+
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Update feature
10+
- [ ] Refactor code
11+
- [ ] Translation to code
12+
- [ ] Translation to crowdin
13+
- [ ] Script configuration
14+
- [ ] Improve performance
15+
- [ ] Style only
16+
- [ ] Dependency update
17+
- [ ] Documentation update
18+
- [ ] Release

0 commit comments

Comments
 (0)