Skip to content

Commit 50d2d79

Browse files
committed
Add feature request issue template
1 parent 744a25a commit 50d2d79

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: I have a suggestion (and may want to help contribute 🙂)!
4+
5+
---
6+
7+
<!--lint disable first-heading-level-->
8+
9+
## Checklist
10+
11+
> Please ensure the following tasks are completed before submitting a feature request.
12+
13+
- [ ] Read and understood the [Code of Conduct][code-of-conduct].
14+
- [ ] Searched for existing issues and pull requests.
15+
- [ ] The issue name begins with `RFC:`.
16+
17+
## Description
18+
19+
> Description of the feature request.
20+
21+
This RFC proposes .
22+
23+
## Related Issues
24+
25+
> Does this feature request have any related issues?
26+
27+
Related issues # , # , and # .
28+
29+
## Questions
30+
31+
> Any questions for reviewers?
32+
33+
No.
34+
35+
## Other
36+
37+
> Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.
38+
39+
No.
40+
41+
<!-- <links> -->
42+
43+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
44+
45+
<!-- </links> -->

0 commit comments

Comments
 (0)