Skip to content

Commit

Permalink
chore: updated the github pull request template (#673)
Browse files Browse the repository at this point in the history
* chore: updated the github pull request template

* chore: fixed typo in PR template
  • Loading branch information
sircodemane authored Jun 26, 2024
1 parent 0ce9e09 commit 924acb4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- README -->
<!-- README: https://github.com/SpecterOps/BloodHound/issues/672 -->
<!-- All pull requests require either an associated -->
<!-- Jira ticket or GitHub issue. PRs opened without -->
<!-- an associated discussion item will be closed! -->
Expand All @@ -23,7 +23,7 @@ see how your change affects other areas of the code, etc.*

## Types of changes

<!-- Please remove any items that do no apply. -->
<!-- Please remove any items that do not apply. -->

- Chore (a change that does not modify the application functionality)
- Bug fix (non-breaking change which fixes an issue)
Expand All @@ -33,7 +33,12 @@ see how your change affects other areas of the code, etc.*

## Checklist:

<!-- Please make sure to you have completed all following checks. -->
<!-- Please make sure you have completed all following checks. -->
- [ ] I have met the contributing prerequisites
- Assigned myself to this PR
- Added the appropriate labels
- Associated an issue: https://github.com/SpecterOps/BloodHound/issues/672
- Read the Contributing guide: https://github.com/SpecterOps/BloodHound/wiki/Contributing
- [ ] I have ensured that related documentation is up-to-date
- Open API docs
- Code comments (GoDocs / JSDocs)
Expand Down

0 comments on commit 924acb4

Please sign in to comment.