diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml index 17d0c7db..7a4ad32f 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml @@ -1,6 +1,7 @@ name: "🐞 Bug Report" description: Report a Bug to Rsdoctor title: "[Bug]: " +type: Bug labels: ["🐞 bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml index a5ee9156..d6f07dfd 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml @@ -1,6 +1,7 @@ name: "💡 Feature Request" description: Submit a new feature request to Rsdoctor title: "[Feature]: " +type: Enhancement labels: ["💡 feature"] body: - type: markdown