1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add issue templates

This commit is contained in:
Tim Neutkens 2018-05-14 17:12:09 +02:00
parent c762dc10d7
commit f88aa60bec
3 changed files with 55 additions and 0 deletions

29
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View file

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a bug report for the Next.js core
---
**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.

9
.github/ISSUE_TEMPLATE/Custom.md vendored Normal file
View file

@ -0,0 +1,9 @@
---
name: Request to be added to the showcase on nextjs.org
about: Apply for your project to be added to nextjs.org
---
- Name of company:
- Url:
- Testimonial about Next.js (optional):

View file

@ -0,0 +1,17 @@
---
name: Feature request
about: Create a feature request for the Next.js core
---
**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**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.