-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
- Currently, we don't have a feature request issue template added. It needs to be there.
Describe the solution you'd like
- Create a file called
feature_request.mdunder the.github/ISSUE_TEMPLATEdirectory. - Inside the
feature_request.mdfile, add the following code:
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**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.
- Sent a pull request
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers