-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from pluralsh/abhi/template-update
Add Labels to PR Template and improve checklist
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 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,18 +1,28 @@ | ||
<!--- Hello Plural contributor! It's great to have you with us! --> | ||
<!--- Hello Plural contributor! It's great to have you on board! --> | ||
|
||
## Summary | ||
<!-- Describe your changes here, include the motivation/context, test coverage, --> | ||
<!-- the type of change i.e. breaking change, new feature, or bug fix --> | ||
<!-- and related GitHub issue or screenshots (if applicable). --> | ||
|
||
<!-- Adding a meaningful title and description allows us to better communicate --> | ||
<!-- your work with our users. --> | ||
|
||
## Labels | ||
<!-- For breaking changes, add the `breaking-change` label.️ --> | ||
<!-- For bug fixes, add the `bug-fix` label. --> | ||
<!-- For new features and notable changes, add the `enhancement` label. --> | ||
|
||
|
||
## Test Plan | ||
<!--- Please describe the tests you have added and your testing environment (if applicable). --> | ||
|
||
|
||
## Checklist | ||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- Go over all the following points to make sure you've checked all that apply before merging. --> | ||
<!--- If you're unsure about any of these, don't hesitate to ask in our Discord. --> | ||
|
||
- [ ] My change requires a change to the documentation and I have updated the documentation accordingly. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] If required, I have updated the Plural documentation accordingly. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] I have added a meaningful title and summary to convey the impact of this PR to a user. | ||
- [ ] I have added relevant labels to this PR to help with categorization for release notes. |