diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 101afd1..f282503 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 24473de..64118e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/style.md b/.github/ISSUE_TEMPLATE/style.md new file mode 100644 index 0000000..4aa926b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/style.md @@ -0,0 +1,56 @@ +--- +name: "Stylistic Issue" +about: Report an inconsistency or improvement related to code style or formatting. +title: "[STYLE] Brief description of the stylistic issue" +labels: 'style' +assignees: '' + +--- + +## Description + + + +## Location + + + +- File: `path/to/file` +- Line number(s): `line_number(s)` + +## Expected Style + + + +## Current Style + + + +## Additional Context + + + +## Suggestions for Improvement + + + +## Environment + + + +## Checklist + +- [ ] I have checked if this style is mentioned in the project's style guide. +- [ ] I have checked previous issues for similar stylistic concerns. + +--- + +