Skip to content

Commit 3e30782

Browse files
committed
Fix feature request template and PR issue template
1 parent 67acaa5 commit 3e30782

File tree

2 files changed

+41
-70
lines changed

2 files changed

+41
-70
lines changed
Lines changed: 23 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,23 @@
1-
name: "Feature Request"
2-
description: "Suggest an idea for this project"
3-
labels: ["feature-request"]
4-
body:
5-
- type: markdown
6-
attributes:
7-
value: "### 🚀 Please fill out the following details for your feature request"
8-
9-
- type: input
10-
id: problem
11-
attributes:
12-
label: "Problem Area"
13-
description: "Is your feature request related to a problem? Please describe."
14-
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
15-
16-
- type: textarea
17-
id: solution
18-
attributes:
19-
label: "Proposed Solution"
20-
description: "Describe the solution you'd like"
21-
placeholder: "A clear and concise description of what you want to happen"
22-
23-
- type: textarea
24-
id: solution
25-
attributes:
26-
label: "Workarounds"
27-
description: "Describe alternatives you've considered"
28-
placeholder: "A clear and concise description of any alternative solutions or features you've considered."
29-
30-
- type: dropdown
31-
id: category
32-
attributes:
33-
label: "Feature Type"
34-
description: "What type of feature is this?"
35-
options:
36-
- "New API"
37-
- "UI/UX Improvement"
38-
- "Performance Enhancement"
39-
- "Security Improvement"
40-
- "Other"
41-
42-
- type: textarea
43-
id: additional
44-
attributes:
45-
label: "Additional Context"
46-
description: "Any extra details? Screenshots? Links?"
47-
placeholder: "Add any other context or screenshots about the feature request here."
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature-request
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
**Describe alternatives you've considered**
18+
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
**Additional context**
22+
23+
<!-- Add any other context or screenshots about the feature request here. -->

.github/pull_request_template.md

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: feature-request
6-
assignees: ''
7-
---
8-
9-
**Is your feature request related to a problem? Please describe.**
10-
11-
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12-
13-
**Describe the solution you'd like**
14-
15-
<!-- A clear and concise description of what you want to happen. -->
16-
17-
**Describe alternatives you've considered**
18-
19-
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20-
21-
**Additional context**
22-
23-
<!-- Add any other context or screenshots about the feature request here. -->
1+
## Summary
2+
<!-- Briefly describe the changes in this PR -->
3+
4+
## Related Issues
5+
<!-- Link any relevant issues -->
6+
7+
## Changes
8+
- [ ] Feature implementation
9+
- [ ] Bug fix
10+
- [ ] Documentation update
11+
- [ ] Other (please specify):
12+
13+
## Checklist
14+
- [ ] I have tested the changes (including writing unit tests).
15+
- [ ] 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)
16+
- [ ] I have updated relevant documentation.
17+
- [ ] I have formatted my code correctly
18+
- [ ] I have provided examples for how this code works or will be used

0 commit comments

Comments
 (0)