From f08b671bdf58baf04379c9ef2206a004fe35c762 Mon Sep 17 00:00:00 2001 From: Ben Goebel Date: Fri, 19 Jan 2024 13:07:13 -0700 Subject: [PATCH] gh test --- .github/ISSUE_TEMPLATE/01_FEATURE_REQUEST.md | 7 ++++--- .github/ISSUE_TEMPLATE/02_BUG_REPORT.md | 4 ++-- .github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) 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: ""