Skip to content

Commit 67acaa5

Browse files
committed
Fix feature request template
1 parent 8b05cad commit 67acaa5

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed
File renamed without changes.

.github/pull_request_template.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
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
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. -->

0 commit comments

Comments
 (0)