Merge pull request #1852 from flant/description_templates

chore: Add description templates
This commit is contained in:
Márk Sági-Kazár 2020-11-05 10:43:27 +01:00 committed by GitHub
commit 6fcd9b4887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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
View 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.

View 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**:

21
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,21 @@
<!--
Thank you for sending a pull request! Here some tips for contributors:
1. Fill the description template below.
2. Sign a DCO (if you haven't already signed it).
3. Include appropriate tests (if necessary). Make sure that all CI checks passed.
4. If the Pull Request is a work in progress, make use of GitHub's "Draft PR" feature and mark it as such.
-->
**Overview**:
<!-- Describe your changes briefly here. -->
**What problem does it solve?**:
<!--
- Please state in detail why we need this PR and what it solves.
- If your PR closes some of the existing issues, please add links to them here.
Mentioned issues will be automatically closed.
Usage: "Closes #<issue number>", or "Closes (paste link of issue)"
-->
**Special notes for a reviewer**: