Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update github templates #1502

Merged
merged 4 commits into from
Jul 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ body:
value: |
If bug-report is related to Nuxt framework, please open an issue directly there:
https://github.com/nuxt/nuxt/issues/new/choose

Please use one a the templates below to create a minimal reproduction :

πŸ‘‰ https://stackblitz.com/github/unjs/nitro/tree/starter
πŸ‘‰ https://codesandbox.io/p/github/unjs/nitro/starter
- type: textarea
id: bug-env
attributes:
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
blank_issues_enabled: true
contact_links:
- name: πŸ“š Nitro Documentation
url: https://nitro.unjs.io/
about: Check the documentation for usage of Nuxt 3
- name: πŸ’¬ Discussions
url: https://github.com/unjs/nitropack/discussions
url: https://github.com/unjs/nitro/discussions
about: Use discussions if you have an idea for improvement and asking questions
- name: πŸ”— Nuxt related Issues
url: https://github.com/nuxt/nuxt/issues/new/choose
Expand Down
10 changes: 3 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<!---
☝️ Please ensure title is following conventional commits (https://conventionalcommits.org)

Examples:
- feat: add something
- fix(rollup): change something
- docs: fix typo
☝️ PR title should follow conventional commits (https://conventionalcommits.org)
-->

### πŸ”— Linked issue
Expand All @@ -15,10 +10,11 @@ Examples:

<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->

- [ ] πŸ“– Documentation (updates to the documentation or readme)
- [ ] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
- [ ] πŸ‘Œ Enhancement (improving an existing functionality like performance)
- [ ] ✨ New feature (a non-breaking change that adds functionality)
- [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

### πŸ“š Description
Expand Down