|
1 | | -<!--- |
2 | | -☝️ PR title should follow conventional commits (https://conventionalcommits.org) |
3 | | ---> |
4 | | - |
5 | 1 | ### 🔗 Linked issue |
6 | 2 |
|
7 | | -<!-- Please ensure there is an open issue and mention its number as #123 --> |
8 | | - |
9 | | -### ❓ Type of change |
10 | | - |
11 | | -<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> |
12 | | - |
13 | | -- [ ] 📖 Documentation (updates to the documentation or readme) |
14 | | -- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) |
15 | | -- [ ] 👌 Enhancement (improving an existing functionality like performance) |
16 | | -- [ ] ✨ New feature (a non-breaking change that adds functionality) |
17 | | -- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change) |
| 3 | +<!-- Please ensure there is an open issue and mention its number. For example, "resolves #123" --> |
18 | 4 |
|
19 | 5 | ### 📚 Description |
20 | 6 |
|
21 | | -<!-- Describe your changes in detail --> |
22 | | -<!-- Why is this change required? What problem does it solve? --> |
23 | | -<!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" --> |
| 7 | +<!-- Describe your changes in detail. Why is this change required? What problem does it solve? --> |
24 | 8 |
|
25 | | -### 📝 Checklist |
| 9 | +<!---------------------------------------------------------------------- |
| 10 | +Before creating the pull request, please make sure you do the following: |
26 | 11 |
|
27 | | -<!-- Put an `x` in all the boxes that apply. --> |
28 | | -<!-- If your change requires a documentation PR, please link it appropriately --> |
29 | | -<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 12 | +- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it. |
| 13 | +- Ensure that PR title follows conventional commits (https://www.conventionalcommits.org) |
| 14 | +- Update the corresponding documentation if needed. |
| 15 | +- Include relevant tests that fail without this PR but pass with it. |
30 | 16 |
|
31 | | -- [ ] I have linked an issue or discussion. |
32 | | -- [ ] I have updated the documentation accordingly. |
| 17 | +Thank you for contributing to Pinia ORM! |
| 18 | +-----------------------------------------------------------------------> |
0 commit comments