Skip to content

Commit 3469c8a

Browse files
Merge pull request #83 from pluralsh/abhi/template-update
Add Labels to PR Template and improve checklist
2 parents 2e3a7ea + 08c7766 commit 3469c8a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
<!--- Hello Plural contributor! It's great to have you with us! -->
1+
<!--- Hello Plural contributor! It's great to have you on board! -->
22

33
## Summary
44
<!-- Describe your changes here, include the motivation/context, test coverage, -->
55
<!-- the type of change i.e. breaking change, new feature, or bug fix -->
66
<!-- and related GitHub issue or screenshots (if applicable). -->
77

8+
<!-- Adding a meaningful title and description allows us to better communicate -->
9+
<!-- your work with our users. -->
10+
11+
## Labels
12+
<!-- For breaking changes, add the `breaking-change` label.️ -->
13+
<!-- For bug fixes, add the `bug-fix` label. -->
14+
<!-- For new features and notable changes, add the `enhancement` label. -->
15+
816

917
## Test Plan
1018
<!--- Please describe the tests you have added and your testing environment (if applicable). -->
1119

1220

1321
## Checklist
14-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
22+
<!--- Go over all the following points to make sure you've checked all that apply before merging. -->
1523
<!--- If you're unsure about any of these, don't hesitate to ask in our Discord. -->
1624

17-
- [ ] My change requires a change to the documentation and I have updated the documentation accordingly.
18-
- [ ] I have added tests to cover my changes.
25+
- [ ] If required, I have updated the Plural documentation accordingly.
26+
- [ ] I have added tests to cover my changes.
27+
- [ ] I have added a meaningful title and summary to convey the impact of this PR to a user.
28+
- [ ] I have added relevant labels to this PR to help with categorization for release notes.

0 commit comments

Comments
 (0)