diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 481bffcb..94b817c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,20 +4,10 @@ title: "Bug: " labels: ["type: bug"] body: - - type: input - id: description - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. - placeholder: Tell us what you see! - validations: - required: true - - type: textarea id: steps attributes: - label: Steps - description: Steps to reproduce the behavior. + label: Describe the bug and the steps to reproduce it placeholder: | 1. Go to '...' 2. Click on '....' @@ -29,23 +19,13 @@ body: - type: textarea id: expected attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen. - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Additional info - description: If applicable, include links to screenshots or error logs + label: What's the expected behavior? - type: textarea id: environment attributes: - label: Environment - description: Please fill in details for bugs reported in your environment + label: What version of the libraries are you using? placeholder: | - - OS: [e.g. Fedora] - - Version [e.g. 37] + - Build Onchain Apps: [e.g. 0.9.x] + - Wagmi [e.g. 1.4.x] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 26125e95..62d6f350 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,34 +4,15 @@ title: "Feature Request: " labels: ["type: enhancement"] body: - - type: markdown - attributes: - value: | - This issue form is for feature requests only! - If you've found a bug, please use [bug_report](/new?template=bug_report.yml) - - type: textarea - id: problem - 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 [...] - - type: textarea id: solution attributes: label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. validations: required: true - type: textarea id: alternatives attributes: - label: Describe alternatives you've considered - description: Describe any alternative solutions or features you've considered. - - - type: textarea - id: other - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. + label: Describe alternatives you've considered.