Skip to content

Commit

Permalink
docs(github): add pr template
Browse files Browse the repository at this point in the history
this commit will also trigger a major release: 2.7.0 should have been 3.0.0

BREAKING CHANGE: trigger major release
  • Loading branch information
joshuagraber committed Jun 18, 2024
1 parent fbad8ba commit f701e72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- Title of PR should use a standard commit prefix (feat, fix, chore, etc.) followed by an optional context ((components), (linting), etc), and a succinct description. I.E. feat(components): add MyFancyComponent -->

<!-- Does not have to match PR title. I.E. MyFancyComponent -->
# {Insert short title}

<!-- What is the rationale for the changes? -->
## Background
- a
- b
- c

<!-- What is the description of the changes? -->
## Description
- Adds this
- Removes that

## Acceptance Criteria
<!-- What are the steps to test the changes? -->
1. a
2. b
3. c

0 comments on commit f701e72

Please sign in to comment.