diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ade5546496..9d1e7f1db4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug or unexpected behavior in OmniRoute -title: "[BUG] " +title: "fix(): " labels: ["bug"] body: - type: markdown @@ -8,6 +8,8 @@ body: value: | Thanks for taking the time to report a bug. Please fill out the sections below so we can reproduce and fix the issue. + The title is prefilled as `fix(): ` to match the [Conventional Commits](https://github.com/diegosouzapw/OmniRoute/blob/main/CONTRIBUTING.md#commit-messages) convention — pick a scope from the list documented there (e.g. `providers`, `resilience`, `dashboard`, `api`). + - type: input id: version attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 359eaab618..fb0608ba43 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a new feature or improvement for OmniRoute -title: "[Feature] " +title: "feat(): " labels: ["enhancement"] body: - type: markdown @@ -8,6 +8,8 @@ body: value: | Thanks for suggesting a feature! Please describe the problem you're trying to solve and how you'd like it to work. + The title is prefilled as `feat(): ` to match the [Conventional Commits](https://github.com/diegosouzapw/OmniRoute/blob/main/CONTRIBUTING.md#commit-messages) convention — pick a scope from the list documented there (e.g. `providers`, `resilience`, `dashboard`, `api`). + - type: textarea id: problem attributes: