mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Improve issue templates
This commit is contained in:
parent
763ddc08a1
commit
7193f49eaf
18
.github/ISSUE_TEMPLATE/1.Bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/1.Bug_report.md
vendored
|
@ -1,29 +1,33 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a bug report for the Next.js core
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
# Bug report
|
||||
|
||||
## Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
## To Reproduce
|
||||
|
||||
Steps to reproduce the behavior, please provide code snippets or a repository:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
## Expected behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**System information**
|
||||
## System information
|
||||
- OS: [e.g. macOS, Windows]
|
||||
- Browser (if applies) [e.g. chrome, safari]
|
||||
- Version of Next.js: [e.g. 6.0.2]
|
||||
|
||||
**Additional context**
|
||||
## Additional context
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
|
|
@ -4,6 +4,8 @@ about: Apply for your project to be added to nextjs.org
|
|||
|
||||
---
|
||||
|
||||
# Request to be added to the showcase on nextjs.org
|
||||
|
||||
- Name of company:
|
||||
- Url:
|
||||
- Testimonial about Next.js (optional):
|
11
.github/ISSUE_TEMPLATE/2.Feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/2.Feature_request.md
vendored
|
@ -1,17 +1,18 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Create a feature request for the Next.js core
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
# Feature request
|
||||
|
||||
## Is your feature request related to a problem? Please describe.
|
||||
A clear and concise description of what you want and what your use case is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
## Describe the solution you'd like
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
## Describe alternatives you've considered
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
## Additional context
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
|
34
.github/ISSUE_TEMPLATE/3.Example_Bug_report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/3.Example_Bug_report.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
name: Bug report for examples
|
||||
about: Create a bug report for one of the Next.js examples
|
||||
---
|
||||
|
||||
# Examples bug report
|
||||
|
||||
## Example name
|
||||
Provide the example name
|
||||
|
||||
## Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## To Reproduce
|
||||
Steps to reproduce the behavior, please provide code snippets or a repository:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
## Expected behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## System information
|
||||
- OS: [e.g. macOS, Windows]
|
||||
- Browser (if applies) [e.g. chrome, safari]
|
||||
- Version of Next.js: [e.g. 6.0.2]
|
||||
|
||||
## Additional context
|
||||
|
||||
Add any other context about the problem here.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
name: Question about Next.js
|
||||
about: If you have a question unrelated to the Next.js core or examples. Reach out to the community on https://spectrum.chat/next-js
|
||||
|
||||
---
|
||||
|
||||
Questions should be posted on https://spectrum.chat/next-js
|
8
.github/ISSUE_TEMPLATE/9.Question_about_next.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/9.Question_about_next.md
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: Question about Next.js
|
||||
about: If you have a question related to Next.js or the examples. Reach out to the community on https://spectrum.chat/next-js
|
||||
---
|
||||
|
||||
# Question about Next.js
|
||||
|
||||
Questions should be posted on https://spectrum.chat/next-js
|
Loading…
Reference in a new issue