From 2f6f865f929d8b43a04f71a5b8b3de2bb29f0f20 Mon Sep 17 00:00:00 2001 From: abe <39502846+abelinkinbio@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:01:17 -0600 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report---.md | 31 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request---.md | 17 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report---.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request---.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/bug-report---.md new file mode 100644 index 00000000..bb54d9f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---.md @@ -0,0 +1,31 @@ +--- +name: "Bug report \U0001F41B" +about: Create a report to help us improve cloudflared +title: '' +labels: awaiting reply, bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Configure '...' +2. Run '....' +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment and versions** + - OS: [e.g. MacOS] + - Architecture: [e.g. AMD, ARM] + - Version: [e.g. 2022.02.0] + +**Logs and errors** +If applicable, add logs or errors to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request---.md new file mode 100644 index 00000000..9c8e1be8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---.md @@ -0,0 +1,17 @@ +--- +name: "Feature request \U0001F4A1" +about: 'Suggest a feature or enhancement for cloudflared. ' +title: '' +labels: awaiting reply, feature-request +assignees: '' + +--- + +**Describe the feature you'd like** +A clear and concise description of the feature. What problem does it solve for you? + +**Describe alternatives you've considered** +Are there any alternatives to solving this problem? If so, what was your experience with them? + +**Additional context** +Add any other context or screenshots about the feature request here. From a16dee1d2a42242afe2693801f7dbbe8be5f6063 Mon Sep 17 00:00:00 2001 From: abe <39502846+abelinkinbio@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:02:45 -0600 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/feature-request---.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request---.md index 9c8e1be8..62fdbe20 100644 --- a/.github/ISSUE_TEMPLATE/feature-request---.md +++ b/.github/ISSUE_TEMPLATE/feature-request---.md @@ -1,6 +1,6 @@ --- name: "Feature request \U0001F4A1" -about: 'Suggest a feature or enhancement for cloudflared. ' +about: Suggest a feature or enhancement for cloudflared title: '' labels: awaiting reply, feature-request assignees: ''