Skip to content

Commit

Permalink
ci: update pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Takla committed Apr 30, 2024
1 parent 0764026 commit 239ab84
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
GitHub Issue: #
<!-- Link to relevant GitHub issue if applicable.
All PRs should be associated with an issue -->

## Proposed Changes
<!-- Please check one or more that apply to this PR. -->
Expand All @@ -13,27 +11,40 @@ GitHub Issue: #
- [ ] Documentation content changes
- [ ] Other, please describe:

## Description

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->
<!-- Please describe the changes that this PR introduces. -->


## What is the new behavior?
<!-- Please describe the new behavior after your modifications. -->
## Impact on version
<!-- Please select one or more based on your commits. -->

- [ ] **Major** (Public API was modified.)
- Public constructs (class, struct, delegate, enum, etc.) were removed or renamed.
- Public members were removed or renamed.
- Public method signatures were changed or renamed.
- [ ] **Minor** (Public API was extended.)
- Public constructs, members, or overloads were added.
- [ ] **Patch** (Public API was unchanged.)
- A bug in behavior was fixed.
- Documentation was changed.
- [ ] **None** (The library is unchanged.)
- Only code under the `build` folder was changed.
- Only code under the `.github` folder was changed.

## Checklist
## PR Checklist

Please check that your PR fulfills the following requirements:

- [ ] Documentation has been added/updated.
- [ ] Automated tests for the changes have been added/updated.
- [ ] Updated [BREAKING_CHANGES.md](../BREAKING_CHANGES.md) (if you introduced a breaking change).

<!-- If this PR contains a breaking change, please describe the impact
and migration path for existing applications below. -->
- [ ] Your conventional commits are aligned with the **Impact on version** section.
- [ ] Documentation is up to date.
- Content of `README.md` is up to date.
- XML documentation is up to date.
- [ ] The [BREAKING_CHANGES.md](../BREAKING_CHANGES.md) document is up to date.
- Create a new Major.0.0 header if you do a **Major** change and list the breaking changes.
- [ ] Tested on all relevant platforms

## Other information

<!-- Please provide any additional information if necessary -->

## Internal Issue (If applicable):
<!-- Link to relevant internal issue if applicable. All PRs should be associated with an issue (GitHub issue or internal) -->

0 comments on commit 239ab84

Please sign in to comment.