Fix feature request template and PR issue template

This commit is contained in:
Rudy Fraser
2025-02-10 11:59:46 -05:00
parent 67acaa50ed
commit 3e30782aee
2 changed files with 33 additions and 62 deletions

View File

@ -1,47 +1,23 @@
name: "Feature Request"
description: "Suggest an idea for this project"
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: "### 🚀 Please fill out the following details for your feature request"
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature-request
assignees: ''
---
- type: input
id: problem
attributes:
label: "Problem Area"
description: "Is your feature request related to a problem? Please describe."
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
**Is your feature request related to a problem? Please describe.**
- type: textarea
id: solution
attributes:
label: "Proposed Solution"
description: "Describe the solution you'd like"
placeholder: "A clear and concise description of what you want to happen"
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
- type: textarea
id: solution
attributes:
label: "Workarounds"
description: "Describe alternatives you've considered"
placeholder: "A clear and concise description of any alternative solutions or features you've considered."
**Describe the solution you'd like**
- type: dropdown
id: category
attributes:
label: "Feature Type"
description: "What type of feature is this?"
options:
- "New API"
- "UI/UX Improvement"
- "Performance Enhancement"
- "Security Improvement"
- "Other"
<!-- A clear and concise description of what you want to happen. -->
- type: textarea
id: additional
attributes:
label: "Additional Context"
description: "Any extra details? Screenshots? Links?"
placeholder: "Add any other context or screenshots about the feature request here."
**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. -->

View File

@ -1,23 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature-request
assignees: ''
---
## Summary
<!-- Briefly describe the changes in this PR -->
**Is your feature request related to a problem? Please describe.**
## Related Issues
<!-- Link any relevant issues -->
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
## Changes
- [ ] Feature implementation
- [ ] Bug fix
- [ ] Documentation update
- [ ] Other (please specify):
**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. -->
## Checklist
- [ ] I have tested the changes (including writing unit tests).
- [ ] I confirm that my implementation aligns with the [canonical Typescript implementation](https://github.com/bluesky-social/atproto) and/or [atproto spec](https://atproto.com/specs/atp)
- [ ] I have updated relevant documentation.
- [ ] I have formatted my code correctly
- [ ] I have provided examples for how this code works or will be used