|
1 | | -<!--- Hello Plural contributor! It's great to have you with us! --> |
| 1 | +<!--- Hello Plural contributor! It's great to have you on board! --> |
2 | 2 |
|
3 | 3 | ## Summary |
4 | 4 | <!-- Describe your changes here, include the motivation/context, test coverage, --> |
5 | 5 | <!-- the type of change i.e. breaking change, new feature, or bug fix --> |
6 | 6 | <!-- and related GitHub issue or screenshots (if applicable). --> |
7 | 7 |
|
| 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 | + |
8 | 16 |
|
9 | 17 | ## Test Plan |
10 | 18 | <!--- Please describe the tests you have added and your testing environment (if applicable). --> |
11 | 19 |
|
12 | 20 |
|
13 | 21 | ## 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. --> |
15 | 23 | <!--- If you're unsure about any of these, don't hesitate to ask in our Discord. --> |
16 | 24 |
|
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