From b88a0c698c6626b7547e2ff2c863a7f373756c89 Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Mon, 23 Aug 2021 11:01:17 -0700 Subject: [PATCH] improve tempaltes --- .github/ISSUE_TEMPLATE/bug_report.md | 25 ------------------- .github/ISSUE_TEMPLATE/issue_template.md | 19 ++++++++++++++ .../pull_request_template.md | 7 ++++++ 3 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 8d1bd2e..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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.). diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 0000000..9e54471 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -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.) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..95c24f1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -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)