diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/---bug-report.md similarity index 84% rename from .github/ISSUE_TEMPLATE/bug-report---.md rename to .github/ISSUE_TEMPLATE/---bug-report.md index bb54d9f8..9aaa512c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report---.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -1,9 +1,9 @@ --- -name: "Bug report \U0001F41B" +name: "\U0001F41B Bug report" about: Create a report to help us improve cloudflared -title: '' -labels: awaiting reply, bug -assignees: '' +title: "\U0001F41B" +labels: 'Priority: Normal, Type: Bug' +assignees: abelinkinbio --- 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 similarity index 75% rename from .github/ISSUE_TEMPLATE/feature-request---.md rename to .github/ISSUE_TEMPLATE/---feature-request.md index 62fdbe20..2862e063 100644 --- a/.github/ISSUE_TEMPLATE/feature-request---.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,9 +1,9 @@ --- -name: "Feature request \U0001F4A1" +name: "\U0001F4A1 Feature request" about: Suggest a feature or enhancement for cloudflared -title: '' -labels: awaiting reply, feature-request -assignees: '' +title: "\U0001F4A1" +labels: 'Priority: Normal, Type: Feature Request' +assignees: abelinkinbio, sssilver ---