From ac30d54e892412af7c8223a67b2977673acccc50 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 22 Jan 2020 23:32:42 +0100 Subject: [PATCH 1/3] Update issue templates Signed-off-by: Julien Pivotto --- .../bug_report.md} | 16 ++++++------ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++ 3 files changed, 42 insertions(+), 7 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (89%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 89% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 56c19b47a3..834fb3a437 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve. +title: '' +labels: kind/bug +assignees: '' + +--- + -## Proposal -**Use case. Why is this important?** -*“Nice to have” is not a good use case. :)* - -## Bug Report **What did you do?** **What did you expect to see?** @@ -47,8 +51,6 @@ insert configuration here (if relevant to the issue) ``` - - * Logs: ``` insert Prometheus and Alertmanager logs relevant to the issue here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..ecd3030046 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Users Mailing List + url: https://groups.google.com/forum/#!forum/prometheus-users + about: Please ask and answer usage questions here. + - name: Prometheus Community + url: https://prometheus.io/community/ + about: List of communication channels for the Prometheus community. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..c1e61f5eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project. +title: '' +labels: '' +assignees: '' + +--- + + +## Proposal +**Use case. Why is this important?** + +*“Nice to have” is not a good use case. :)* From 4832f148fff04aa962da9dfbaf109e21b7d2318f Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 23 Jan 2020 01:17:43 +0100 Subject: [PATCH 2/3] fix nit Signed-off-by: Julien Pivotto --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ecd3030046..a29e3e4a24 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Users Mailing List + - name: Users mailing list url: https://groups.google.com/forum/#!forum/prometheus-users about: Please ask and answer usage questions here. - - name: Prometheus Community + - name: Prometheus community url: https://prometheus.io/community/ about: List of communication channels for the Prometheus community. From 67cf21f9a125cd7926fa509e457fd78596c4d2f8 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 23 Jan 2020 01:18:31 +0100 Subject: [PATCH 3/3] remove extra line Signed-off-by: Julien Pivotto --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 834fb3a437..d4d404b569 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve. title: '' labels: kind/bug assignees: '' - ---