diff --git a/.github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md index d834b31..ff481a6 100644 --- a/.github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md @@ -1,11 +1,12 @@ --- -name: Feature Request -about: Suggest a feature for blobstream-sn +name: Feature request +about: suggest new feature title: "feat: " -labels: "enhancement" +labels: "feature" assignees: "" --- + ## References diff --git a/.github/ISSUE_TEMPLATE/02_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/02_BUG_REPORT.md index e7c266b..d562cad 100644 --- a/.github/ISSUE_TEMPLATE/02_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/02_BUG_REPORT.md @@ -1,6 +1,6 @@ --- -name: Bug Report -about: Create bug report +name: Bug report +about: create bug report title: "bug: " labels: "bug" assignees: "" diff --git a/.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md b/.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md index 26ad137..fe47b44 100644 --- a/.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md +++ b/.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md @@ -1,6 +1,6 @@ --- -name: Codebase Improvement -about: Docs, CI, tooling, and general suggestions +name: Codebase improvement +about: docs, ci, tooling, other title: "dev: " labels: "dev" assignees: ""