From 779b22fc81042e72a89588f7df9e0c098b0c1433 Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:28:33 +0100 Subject: [PATCH] docs: renamed issue templates --- ...{✨-request-new-project.yaml => 0-request-new-project.yaml} | 0 .../{🔍-report-mistake.yaml => 1-report-mistake.yaml} | 2 +- .../{🚩-remove-project.yaml => 2-remove-project.yaml} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{✨-request-new-project.yaml => 0-request-new-project.yaml} (100%) rename .github/ISSUE_TEMPLATE/{🔍-report-mistake.yaml => 1-report-mistake.yaml} (93%) rename .github/ISSUE_TEMPLATE/{🚩-remove-project.yaml => 2-remove-project.yaml} (90%) diff --git a/.github/ISSUE_TEMPLATE/✨-request-new-project.yaml b/.github/ISSUE_TEMPLATE/0-request-new-project.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/✨-request-new-project.yaml rename to .github/ISSUE_TEMPLATE/0-request-new-project.yaml diff --git a/.github/ISSUE_TEMPLATE/🔍-report-mistake.yaml b/.github/ISSUE_TEMPLATE/1-report-mistake.yaml similarity index 93% rename from .github/ISSUE_TEMPLATE/🔍-report-mistake.yaml rename to .github/ISSUE_TEMPLATE/1-report-mistake.yaml index 30437f9..c86024a 100644 --- a/.github/ISSUE_TEMPLATE/🔍-report-mistake.yaml +++ b/.github/ISSUE_TEMPLATE/1-report-mistake.yaml @@ -1,4 +1,4 @@ -name: "\U0001F50D Report a mistake (e. g. Spelling, Grammar, ...)" +name: "🚩 Report a mistake (e. g. Spelling, Grammar, ...)" description: > Did you find an error in the list? diff --git a/.github/ISSUE_TEMPLATE/🚩-remove-project.yaml b/.github/ISSUE_TEMPLATE/2-remove-project.yaml similarity index 90% rename from .github/ISSUE_TEMPLATE/🚩-remove-project.yaml rename to .github/ISSUE_TEMPLATE/2-remove-project.yaml index 6526655..6c87786 100644 --- a/.github/ISSUE_TEMPLATE/🚩-remove-project.yaml +++ b/.github/ISSUE_TEMPLATE/2-remove-project.yaml @@ -1,4 +1,4 @@ -name: "\U0001F6A9 Report a project (e. g. Inactive, Broken, Harmful, ...)" +name: "🔍 Report a project (e. g. Inactive, Broken, Harmful, ...)" description: > Did you find a project, which shouldn't be on the list anymore? Are you a maintainer of one of the listed projects and want it removed?