-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update pull_request_template.md (#1418)
- Loading branch information
Showing
1 changed file
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |