From cc1c6d9abc865533e1ebb5a6a387fd3973ff7bc6 Mon Sep 17 00:00:00 2001 From: abe <39502846+abelinkinbio@users.noreply.github.com> Date: Sat, 11 Jun 2022 15:29:53 -0500 Subject: [PATCH 1/2] Update issue templates Updating existing issue templates with new labels --- .github/ISSUE_TEMPLATE/---bug-report.md | 31 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/---documentation.md | 17 +++++++++++ .github/ISSUE_TEMPLATE/---feature-request.md | 17 +++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/---documentation.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..9aaa512c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,31 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve cloudflared +title: "\U0001F41B" +labels: 'Priority: Normal, Type: Bug' +assignees: abelinkinbio + +--- + +**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/---documentation.md b/.github/ISSUE_TEMPLATE/---documentation.md new file mode 100644 index 00000000..4231ddf4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---documentation.md @@ -0,0 +1,17 @@ +--- +name: "\U0001F4DD Documentation" +about: Request new or updated documentation for cloudflared +title: "\U0001F4DD" +labels: 'Priority: Normal, Type: Documentation' +assignees: abelinkinbio, ranbel + +--- + +**Available Documentation** +A link to the documentation that is available today and the areas which could be improved. + +**Suggested Documentation** +A clear and concise description of the documentation, tutorial, or guide that should be added. + +**Additional context** +Add any other context or screenshots about the documentation request here. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md new file mode 100644 index 00000000..869b7794 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -0,0 +1,17 @@ +--- +name: "\U0001F4A1 Feature request" +about: Suggest a feature or enhancement for cloudflared +title: "\U0001F4A1" +labels: 'Priority: Normal, Type: Feature Request' +assignees: sssilver, abelinkinbio + +--- + +**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 29d809535e2fb932ee3f0e3a8fd070be6058a270 Mon Sep 17 00:00:00 2001 From: abe <39502846+abelinkinbio@users.noreply.github.com> Date: Sat, 11 Jun 2022 15:32:11 -0500 Subject: [PATCH 2/2] Amendment to previous PR Previous PR created two new templates instead of modifying current templates. This removes the unnecessary created issue templates --- .github/ISSUE_TEMPLATE/---feature-request.md | 2 +- .github/ISSUE_TEMPLATE/bug-report---.md | 31 -------------------- .github/ISSUE_TEMPLATE/feature-request---.md | 17 ----------- 3 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---.md diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index 869b7794..2862e063 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -3,7 +3,7 @@ name: "\U0001F4A1 Feature request" about: Suggest a feature or enhancement for cloudflared title: "\U0001F4A1" labels: 'Priority: Normal, Type: Feature Request' -assignees: sssilver, abelinkinbio +assignees: abelinkinbio, sssilver --- diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/bug-report---.md deleted file mode 100644 index bb54d9f8..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 deleted file mode 100644 index 62fdbe20..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -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.