diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 02010b90..84e64387 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -70,3 +70,10 @@ body: - Windows - macOS - Linux + + - type: checkboxes + id: provide-pr + attributes: + label: Extra checklist + options: + - label: I want to provide a PR to fix this bug diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml new file mode 100644 index 00000000..0933f9f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -0,0 +1,44 @@ +name: Feature +description: Suggest an idea for for chrome-devtools-mcp +title: '' +type: 'Feature' +label: + - enhancement +body: + - id: description + type: textarea + attributes: + label: Is your feature request related to a problem? Please describe. + description: > + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + placeholder: + validations: + required: true + + - id: solution + type: textarea + attributes: + label: Describe the solution you'd like + description: > + A clear and concise description of what you want to happen. + placeholder: + validations: + required: true + + - id: alternatives + type: textarea + attributes: + label: Describe alternatives you've considered + description: > + A clear and concise description of any alternative solutions or features you've considered. + placeholder: + validations: + required: true + + - id: additional-context + type: textarea + attributes: + label: Additional context + description: > + Add any other context or screenshots about the feature request here. + placeholder: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5f0a04ce..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.