Skip to content

Commit 5d79b91

Browse files
author
Enda
authored
chore: simplify PR template (#586)
1 parent e7729d4 commit 5d79b91

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
### Description
2-
<!-- Please include a summary of the change and a link to the GitHub issue. You can use the closing keywords to link a pull request to an issue: [https://docs.github.com/en/enterprise/2.18/user/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue].
1+
<!-- Add a description here or link to therelevant GitHub issue
2+
See https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue on how to link an issue -->
33

4-
Please add any additional motivation and context as needed. Screenshots are also welcome -->
4+
Closes # <!-- If there is no issue to link, you can remove this -->
55

66
### Verification Steps
7-
<!--
8-
Add the steps required to check this change. Following an example.
9-
10-
1. Go to `XX >> YY >> SS`
11-
2. Create a new item `N` with the info `X`
12-
3. Try to edit this item
13-
4. Check if in the left menu the feature X is not so long present.
14-
-->
7+
<!-- Add verification steps here if applicable. Remove this section if it does not apply -->
8+
1. Do x
9+
2. Do y
1510

1611
### Type of change
17-
<!-- Please delete options that are not relevant. -->
12+
1813
- [ ] Bug fix (non-breaking change which fixes an issue)
1914
- [ ] New feature (non-breaking change which adds functionality)
2015
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
- [ ] Documentation change
17+
- [ ] Other (please specify)
2118

2219
### Checklist
23-
<!-- Please strikethrough options not relevant using two tildes ~~Text~~. Do not delete non relevant options -->
20+
2421
- [ ] Documentation added for the feature
2522
- [ ] CI and all relevant tests are passing
2623
- [ ] Code Review completed

0 commit comments

Comments
 (0)