From 893413ac4fb298e596391b725d9fa77f53834661 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Mon, 14 Dec 2020 15:14:00 +0100 Subject: [PATCH] chore: keep issue and pr templates in sync Signed-off-by: Mark Sagi-Kazar --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eb6dde6c..0d8637d4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,23 +9,25 @@ Thank you for sending a bug report! Here are some tips: 2. If you are not sure if it is a bug or not, you can ask in the Kubernetes slack channel `#dexidp`. --> -**Expected behavior (what you expected to happen)**: +#### Expected behavior (what you expected to happen) -**Actual behavior (what actually happened)**: +#### Actual behavior (what actually happened) + +#### Steps to reproduce -**Steps to reproduce**: 1. ... 2. ... 3. ... -**Environment**: +#### Environment + - Dex version: - Storage type: - Installation type (official docker image, helm chart, etc.): -**Anything else we should know?**: +#### Anything else we should know? -**Additional information for debugging (if necessary)**: +#### Additional information for debugging (if necessary)
Configuration
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 38201bb4..c8f46454 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,14 +7,14 @@ about: Suggest an idea for Dex
  Please describe what you would like to change/add and why in detail by filling out the template below.
  -->
 
-**Is your feature request related to a problem? Please describe.**
+#### Is your feature request related to a problem?
 
 
-**Describe the solution you'd like to see**
+#### Describe the solution you'd like to see
 
 
-**Describe alternatives you've considered**
+#### Describe alternatives you've considered
 
 
-**Additional context**
+#### Additional context