Skip to content

Commit fab5a76

Browse files
committed
chore: Simplify PR template & update existing ones
1 parent e19175b commit fab5a76

File tree

4 files changed

+16
-39
lines changed

4 files changed

+16
-39
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
Please use a template below to create a minimal reproduction
9-
👉 https://pinia-orm-play.codedredd.de/ (pinia-orm playground, pick this if you are not using nuxt)
9+
👉 https://pinia-orm-play.codedredd.de/ (pinia-orm playground, pick this if you are not using nuxt)
1010
👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitzk (basic nuxt on stackblitz)
1111
👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox (basic nuxt on codesandbox)
1212
- type: textarea
@@ -16,7 +16,7 @@ body:
1616
description: Put *playground* when in the playground. Otherwise you could use `npx nuxi info` for nuxt to fill this section.
1717
placeholder: Environment
1818
validations:
19-
required: false
19+
required: false
2020
- type: textarea
2121
id: reproduction
2222
attributes:
@@ -44,4 +44,4 @@ body:
4444
label: Logs
4545
description: |
4646
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
47-
render: shell
47+
render: shell-script

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ contact_links:
22
- name: 💬 Discussions
33
url: https://github.com/CodeDredd/pinia-orm/discussions
44
about: Ask a question or discuss about Pinia ORM
5-
- name: ☝ Ideas
6-
url: https://github.com/CodeDredd/pinia-orm/discussions/new?category=Ideas
7-
about: Start a discussion to improve Pinia
5+
- name: 📚 Documentation
6+
url: https://pinia-orm.codedredd.de/
7+
about: Check the documentation for usage of Pinia ORM
88
- name: ❤ GitHub Sponsors
99
url: https://github.com/sponsors/codedredd
1010
about: Like this project? Please consider supporting the author.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
<!---
2-
☝️ PR title should follow conventional commits (https://conventionalcommits.org)
3-
-->
4-
51
### 🔗 Linked issue
62

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" -->
184

195
### 📚 Description
206

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? -->
248

25-
### 📝 Checklist
9+
<!----------------------------------------------------------------------
10+
Before creating the pull request, please make sure you do the following:
2611
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.
3016
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

Comments
 (0)