Skip to content

Commit

Permalink
chore: Update pull_request_template.md (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdinau authored Jan 31, 2024
1 parent 28af5a4 commit 5fc9b46
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,30 @@
# Summary
<!-- A short summary. This PR's description is publicly viewable and will be part of the Changelog on NPM -->
### Hi👋, please prefix this PR's title with:
<!-- This will give consistant Release changelog to the public -->
- [ ] `breaking-change:` if you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities.
- [ ] `feat:`, `fix:`, `refactor:`, `docs:`, or `chore:`.

# Summary
<!-- Keep it short. This is publicly viewable as part of the Changelog / Releases. -->

# Impact of Change
<!-- How this change will impact users and projects that integrate using this SDK? -->
<!-- Remove sections below that are not applicable -->
# Detail and impact of the change
<!-- Remove any sub-sections below that are not applicable -->
## Added
<!-- Section for new features. -->


## Changed
<!-- Section for changes in existing functionality. -->


## Deprecated
<!-- Section for soon-to-be removed features. -->


## Removed
<!-- Section for now removed features. -->


## Fixed
<!-- Section for any bug fixes. -->


## Security
<!-- Section in case of vulnerabilities. -->


# Other things worth calling out
# Anything else worth calling out?
<!-- Useful tips, gotchas, trade-offs made to the reviewers. -->


# Before submitting the PR, follow these steps:
<!-- List of things to check before submitting the PR -->

- [ ] Prefix your PR title with `feat: `, `fix: `, `chore: `, `docs:`, or `refactor:`.
- [ ] Prefix your PR title with `breaking-change:` if you have introduced breaking changes to this SDK. Breaking changes are modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities. Ensure you write clear summary explain the change.

0 comments on commit 5fc9b46

Please sign in to comment.