Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 14, 2023
1 parent 11c80bb commit e604b30
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
## What type of change does this PR perform?

<!-- Add an x in the checkbox to mark it -->

- [ ] Maintenance (Non-breaking change that updates dependencies)
- [ ] Development or internal changes (These changes do not add new features or fix bugs, but update the code in other ways)
- [ ] Bug fix (Non-breaking change which fixes an issue)
- [ ] New feature (Non-breaking change which adds functionality)
- [ ] Requires a documentation update, as it changes plugin behaviour

<!-- If you are unsure if your code is a breaking change, read this: https://nordicapis.com/what-are-breaking-changes-and-how-do-you-avoid-them -->

## Summary

<!-- Explain the reason for this pr, changes and solution briefly. -->

<!-- Write here -->

Closes # <!-- Remove this if this is not related to an issue -->

## Summary of Changes

<!-- Please explain the changes in this PR and their influence. If this fixes an issue, describe what fixed the issue. -->

<!-- Write here -->

## Does this PR create new warnings?

<!-- Add any new warnings or possible issues that could occur with this PR. -->

- Eslint reported ...
- CodeQL returned ...

<!-- Remove example text! -->

## Detailed Changelog

_Not present for website/docs changes_

<!-- Detailed changelog that may be copied from `CHANGELOG.md` (Only add the items you've added and remove any header with no item.). -->

<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Removed -->

<!-- Default: -->

None.

## Linked issues or PRs

<!-- Include other issues and PRs related to this if any exist. Use this format: - [ ] #ISSUE_OR_PR -->

<!-- Default: -->

No linked issues.

0 comments on commit e604b30

Please sign in to comment.