diff options
| author | real-zephex <[email protected]> | 2024-05-27 13:03:50 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 13:03:50 +0530 |
| commit | f7dcaaa6ad10f441c917a967baf7e58f7f55e239 (patch) | |
| tree | 2d918cee86dc998095a23da0a1f402b6f77d2265 /.github/ISSUE_TEMPLATE/feature_request.md | |
| parent | Create CONTRIBUTING.md (diff) | |
| download | dramalama-f7dcaaa6ad10f441c917a967baf7e58f7f55e239.tar.xz dramalama-f7dcaaa6ad10f441c917a967baf7e58f7f55e239.zip | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..8137475 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE REQUEST]" +labels: enhancement +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. |