Skip to content

Commit 233f02c

Browse files
authored
Update and rename PULL_REQUEST_TEMPLATEpull_request_template.md to pull_request_template.md
1 parent 5f0f86f commit 233f02c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/PULL_REQUEST_TEMPLATEpull_request_template.md renamed to .github/pull_request_template.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
---
2-
name: Standard code pull request
3-
about: 'Use this template for all code related pull requests that should be part of future release of bUnit.'
4-
assignees: 'egil'
5-
---
6-
71
## Pull request description
82
<!---
93
Describe the changes and motivation behind them here, if it is not obvious
104
from the related issues. Does it have new features, breaking changes, etc.
115
-->
126

137
### PR meta checklist
14-
- [ ] Pull request is targeting at `DEV` branch.
8+
- [ ] Pull request is targeted at `DEV` branch for code or targeted at `main` branch for documentation that is live on bunit.egilhansen.com.
159
- [ ] Pull request is linked to all related issues, if any.
1610
- [ ] I have read the _CONTRIBUTING.md_ document.
1711

18-
### Content checklist
12+
### Code PR specific checklist
1913
- [ ] My code follows the code style of this project and AspNetCore coding guidelines.
2014
- [ ] My change requires a change to the documentation.
2115
- [ ] I have updated the documentation accordingly.

0 commit comments

Comments
 (0)