commit d49bf2705d5a1e66629e6c88fa2fa1df36c9a93c parent 2ee64c40adc0980199e1e7c234282dbcc9eab88e Author: auth <64337177+authorisation@users.noreply.github.com> Date: Sun, 18 Jun 2023 16:33:12 +0200 fix(template): title Diffstat:
M | .github/ISSUE_TEMPLATE/bug_report.yml | | | 2 | +- |
M | .github/ISSUE_TEMPLATE/feature_suggestion.yml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "Bug report" description: Report an issue to help the project improve. -title: "bug: - <title>" +title: "bug: <title>" labels: [ "bug" ] diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.yml b/.github/ISSUE_TEMPLATE/feature_suggestion.yml @@ -1,6 +1,6 @@ name: "Feature suggestion" description: Suggest a new feature to help the project improve. -title: "feat: - <title>" +title: "feat: <title>" labels: [ "enhancement" ]