diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..9d393c46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ + + +**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: diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..ae824900 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..88f1fc88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,8 @@ + + +**What would you like to be added/changed**: + +**Why we need this**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..38386d10 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ + + +**Overview**: + + +**What problem does it solve?**: + + +**Special notes for a reviewer**: