Add issue template chooser

Bringing #1324 to main branch
This commit is contained in:
IanDelMar 2021-07-29 17:46:49 +02:00
parent fd7976bcb3
commit 105ba00e7a
5 changed files with 99 additions and 48 deletions

View File

@ -1,48 +0,0 @@
Please delete anything that does not apply for you!
## Issue is about..
- [ ] a Bug Report
- [ ] a Feature Request
- [ ] a Suggestion
- [ ] a Question
- [ ] I need help
## Please tell us about your environment:
- **WordPress Version:** 4.9.x
- **OS Version:** [Windows 7 | Windows 8 | Windows 10] | Linux [Distribution / Version] | MacOS [Version] | Android [Version] | iOS [Version]
- **Browser:** [ all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari ]
- **Language:** [ all | PHP | SQL | HTML | S/CSS | Javascript | jQuery | ES6 | JSON | XML]
- **Node.js & NPM Versions:** Node.js [V X.XX] | NPM [V X.XX]
---
# Issue Overview for Bugreports
## Steps to reproduce?
## *Who* is the bug affecting?
## *What* is affected by this bug?
## *When* does this occur?
## *Where* on the platform does it happen?
## *How* do we replicate the issue?
## Are there any related Issues and/or PRs?
## Screenshots / Video
## Expected behavior
# Todos
* Test
* Documentation
### Other Comments

59
.github/ISSUE_TEMPLATE/1-bug-report.md vendored Normal file
View File

@ -0,0 +1,59 @@
---
name: 'Bug report'
about: 'Create a report to help us improve'
title: ''
labels: 'bug'
assignees: ''
---
<!--
Thanks for taking the time to fill out this bug report! Please
check that there aren't other open issues addressing the same
bug before reporting the bug.
Please provide a short summary of the bug in the Title above.
Please delete anything that does not apply for you!
Note: These comments won't show up when you submit the issue.
-->
### The Bug
**Describe the bug**
A clear and concise description of what the bug is.
<!--
*Who* is the bug affecting?
*What* is affected by this bug?
*When* does this occur?
*Where* on the platform does it happen?
-->
**To Reproduce**
Steps to reproduce the behavior:
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 / Videos**
If applicable, add screenshots/videos to help explain your problem.
### The Environment
<!-- Please complete the following information: -->
- **WordPress Version:** [ 5.7.x | 5.8.x ]
- **OS Version:** [ Windows 7 | Windows 8 | Windows 10 ] | Linux [Distribution / Version] | MacOS [Version] | Android [Version] | iOS [Version]
- **Browser:** [ all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari ]
- **Language:** [ all | PHP | SQL | HTML | S/CSS | Javascript | jQuery | ES6 | JSON | XML ]
- **Node.js & NPM Versions:** Node.js [V X.XX] | NPM [V X.XX]
### Additional context
<!--
Add any other context about the problem here.
E.g. Are there any related Issues and/or PRs?
-->

View File

@ -0,0 +1,31 @@
---
name: 'Support request'
about: 'Ask for help'
title: ''
labels: 'Help wanted!'
assignees: ''
---
<!--
Let us know what the problem is, we'll be happy to help.
Please check that there aren't old issues addressing the same
problem. You might find a solution there.
Please provide a short summary of the problem in the Title above.
Note: These comments won't show up when you submit the issue.
-->
**Describe the problem**
A clear and concise description of the problem.
**Screenshots / Videos**
If applicable, add screenshots/videos to help explain your problem.
**Code**
If applicable, provide code to help explain your problem.
**Additional context**
Add any other context about the problem here (e.g. related issues).

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Ask a Question
url: https://github.com/understrap/understrap/discussions/new?category=q-a
about: Please ask your question in the discussion forum of this repository.
- name: Feature Requests / Suggestion
url: https://github.com/understrap/understrap-roadmap/issues
about: Please submit it to our public roadmap repository.

1
.gitignore vendored
View File

@ -23,6 +23,7 @@
!.browserslist
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.jscsrc
!.jshintignore