|
1 | | -<!-- ^^^^^ |
2 | | -Please provide a concise, informative and self-explanatory title. |
3 | | -Don't put issue numbers in there, do this in the PR body below. |
4 | | -For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" |
5 | | ---> |
6 | | -### 📚 Description |
| 1 | +<!-- Please provide a concise, informative and self-explanatory title. --> |
| 2 | +<!-- Don't put issue numbers in the title. Put it in the Description below. --> |
| 3 | +<!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> |
| 4 | + |
| 5 | +### :books: Description |
7 | 6 |
|
8 | | -<!-- Describe your changes here in detail --> |
| 7 | +<!-- Describe your changes here in detail. --> |
9 | 8 | <!-- Why is this change required? What problem does it solve? --> |
10 | | -<!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> |
| 9 | +<!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> |
| 10 | +<!-- If your change requires a documentation PR, please link it appropriately. --> |
11 | 11 |
|
12 | | -### 📝 Checklist |
| 12 | +### :memo: Checklist |
13 | 13 |
|
14 | | -<!-- Put an `x` in all the boxes that apply. --> |
15 | | -<!-- If your change requires a documentation PR, please link it appropriately --> |
16 | | -<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 14 | +<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> |
17 | 15 |
|
18 | | -- [ ] I have made sure that the title is self-explanatory and the description concisely explains the PR. |
19 | | -- [ ] I have linked an issue or discussion. |
| 16 | +- [ ] The title is concise, informative, and self-explanatory. |
| 17 | +- [ ] The description explains in detail what this PR is about. |
| 18 | +- [ ] I have linked a relevant issue or discussion. |
20 | 19 | - [ ] I have created tests covering the changes. |
21 | 20 | - [ ] I have updated the documentation accordingly. |
22 | 21 |
|
23 | | -### ⌛ Dependencies |
24 | | -<!-- List all open pull requests that this PR logically depends on --> |
25 | | -<!-- |
26 | | -- #xyz: short description why this is a dependency |
27 | | -- #abc: ... |
| 22 | +### :hourglass: Dependencies |
| 23 | + |
| 24 | +<!-- List all open PRs that this PR logically depends on |
| 25 | +- #12345: short description why this is a dependency |
| 26 | +- #34567: ... |
28 | 27 | --> |
29 | 28 |
|
| 29 | +<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
0 commit comments