improve tempaltes
This commit is contained in:
parent
0c71b6d95f
commit
b88a0c698c
3 changed files with 26 additions and 25 deletions
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Describe the Bug
|
|
||||||
|
|
||||||
Please provide a description of the bug.
|
|
||||||
|
|
||||||
### Steps To Reproduce
|
|
||||||
|
|
||||||
Please provide the steps to reproduce the bug.
|
|
||||||
|
|
||||||
### Expected Behavior
|
|
||||||
|
|
||||||
Please provide a description of the expected behaviour.
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
|
|
||||||
Please provide details of your environment (e.g.: keycloak version, java version. operating system
|
|
||||||
and version, etc.).
|
|
19
.github/ISSUE_TEMPLATE/issue_template.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/issue_template.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
### 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.)
|
7
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
### Description
|
||||||
|
|
||||||
|
Please provide a description that details the content of the pull request.
|
||||||
|
|
||||||
|
Please also indicate whether any issues are fixed.
|
||||||
|
|
||||||
|
Fixes # (issue)
|
Loading…
Add table
Reference in a new issue