Skip to content

Commit 0ce4c14

Browse files
Modify the PR template to avoid the PR stack workflow from removing parts of the template (#258)
## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> <!--- Please link to the issue here: --> ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have mentioned changes in [CHANGELOG.md](../CHANGELOG.md). - [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document. ## PR Stack <!-- branch-stack --> - `main` - \#258 :point\_left:
1 parent 0e269a5 commit 0ce4c14

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
<!--- Describe your changes in detail -->
44

5-
## PR Stack
6-
7-
<!-- branch-stack -->
8-
95
## Related Issue
106

117
<!--- This project only accepts pull requests related to open issues -->
@@ -22,3 +18,8 @@
2218
- [ ] I have added tests that prove my fix is effective or that my feature works
2319
- [ ] I have mentioned changes in [CHANGELOG.md](../CHANGELOG.md).
2420
- [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document.
21+
22+
23+
## PR Stack
24+
25+
<!-- branch-stack -->

0 commit comments

Comments
 (0)