Skip to content

Commit 6000406

Browse files
committed
Modify PR template
1 parent afffac5 commit 6000406

File tree

1 file changed

+4
-34
lines changed

1 file changed

+4
-34
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,19 @@
1-
## Pull request checklist
2-
3-
Please check if your PR fulfills the following requirements:
4-
<!-- These checkboxes can be checked like this: [x] no spaces between the brackets and the x!-->
5-
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
6-
- [ ] Tests have been added that prove the fix is effective or that the feature works.
7-
- [ ] New and existing tests pass locally with the changes.
8-
- [ ] Code follows the style guidelines of this project (PEP8, clean code).
9-
- [ ] Linter has passed locally and any fixes were made for failures.
10-
- [ ] A self-review of the code has been done.
11-
12-
## Pull request type
13-
14-
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
15-
16-
Please check the type of change your PR introduces:
17-
- [ ] Bugfix
18-
- [ ] Feature
19-
- [ ] Code style update (formatting, renaming)
20-
- [ ] Refactoring (no functional changes, no api changes)
21-
- [ ] Build related changes
22-
- [ ] Documentation content changes (not tied to bugs/features)
23-
- [ ] Other (please describe):
24-
25-
261
## What is the ticket or issue number?
272
<!-- Please link to a jira ticket or relevant issue. -->
283

29-
- Ticket Number: N/A
304

31-
- Issue Number: N/A
325

336
## Pull Request Description
347
<!-- Please describe the behavior or changes that are being added by this PR. If this is a bug fix please describe the current behavior as well -->
358

36-
## Does this introduce a breaking change?
379

10+
11+
## Does this introduce a breaking change?
12+
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
3813
- [ ] Yes
3914
- [ ] No
4015

41-
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
4216

43-
## How Has This Been Tested?
4417

18+
## How Has This Been Tested?
4519
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
46-
47-
## Other information:
48-
49-
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->

0 commit comments

Comments
 (0)