chore: Add description templates
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<!--
|
||||
Thank you for sending a bug report! Here some tips:
|
||||
|
||||
1. Please fill the template below to make it easier to debug your problem.
|
||||
2. If you are not sure is it a bug or not, you can ask your question in the Kubernetes slack channel `#dexidp`
|
||||
-->
|
||||
|
||||
**Expected behavior (what you expected to happen)**:
|
||||
|
||||
**Actual behavior (what actually happened)**:
|
||||
|
||||
**Steps how to reproduce it**:
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
|
||||
**Anything else we need to know?**:
|
||||
|
||||
**Environment**:
|
||||
- Dex version:
|
||||
- Storage type:
|
||||
- Installation type (official docker image, helm chart, etc.):
|
||||
|
||||
**Additional information for debugging (is necessary)**:
|
||||
- Dex configuration:
|
||||
- Dex logs during the problem:
|
5
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yaml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Dex Slack channel
|
||||
url: https://kubernetes.slack.com/messages/dexidp
|
||||
about: Please ask and answer questions here.
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<!--
|
||||
Thank you for sending a feature request!
|
||||
Please describe in detail what do you want and why by filling the template below.
|
||||
-->
|
||||
|
||||
**What would you like to be added/changed**:
|
||||
|
||||
**Why we need this**:
|
Reference in New Issue
Block a user