improve tempaltes
This commit is contained in:
parent
3130c3c169
commit
a2bc6de419
3 changed files with 25 additions and 50 deletions
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,32 +7,22 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
### Expected Behaviour
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
Please provide a description of the expected behaviour.
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
### Actual Behavior
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
Please provide a description of the actual behaviour.
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
### Steps To Reproduce
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
Please provide the steps to reproduce the issue.
|
||||||
- Device: [e.g. iPhone6]
|
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
### Environment
|
||||||
Add any other context about the problem here.
|
|
||||||
|
Please provide relevant details of your environment:
|
||||||
|
|
||||||
|
* keycloak version
|
||||||
|
* java version
|
||||||
|
* platform (O/S, etc.)
|
||||||
|
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -7,14 +7,18 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
### Desired Behaviour
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
Please provide a description of the desired behaviour.
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
### Actual Behavior
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
Please provide a description of the actual behaviour.
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
Please provide relevant details of your environment:
|
||||||
|
|
||||||
|
* keycloak version
|
||||||
|
* java version
|
||||||
|
* platform (O/S, etc.)
|
||||||
|
|
19
.github/ISSUE_TEMPLATE/issue_template.md
vendored
19
.github/ISSUE_TEMPLATE/issue_template.md
vendored
|
@ -1,19 +0,0 @@
|
||||||
### Expected Behaviour
|
|
||||||
|
|
||||||
Please provide a description of the expected behaviour.
|
|
||||||
|
|
||||||
### Actual Behavior
|
|
||||||
|
|
||||||
Please provide a description of the actual behaviour.
|
|
||||||
|
|
||||||
### Steps To Reproduce
|
|
||||||
|
|
||||||
Please provide the steps to reproduce the issue.
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
Please provide relevant details of your environment:
|
|
||||||
|
|
||||||
* keycloak version
|
|
||||||
* java version
|
|
||||||
* platform (O/S, etc.)
|
|
Loading…
Add table
Reference in a new issue