diff --git a/.github/workflows/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 97% rename from .github/workflows/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml index 1babb37..27ab82d 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,15 +1,15 @@ name: Bug report description: Report an issue or bug with the project. title: "[BUG] - " -labels: bug -assignees: '' +labels: + - bug body: - type: markdown attributes: value: | **Please provide a clear and concise description of the bug.** - + - type: textarea id: description attributes: diff --git a/.github/workflows/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 95% rename from .github/workflows/ISSUE_TEMPLATE/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yml index b9920b5..58bbf27 100644 --- a/.github/workflows/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,15 +1,15 @@ name: Feature request description: Suggest a new feature or enhancement for the project. title: "[FEATURE] - " -labels: enhancement -assignees: '' +labels: + - enhancement body: - type: markdown attributes: value: | **Please provide a clear and concise description of the feature you'd like to propose.** - + - type: textarea id: problem attributes: