krata/.github/ISSUE_TEMPLATE/feature_request.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2020-01-09 12:45:29 +01:00
---
name: Feature Request
about: Suggest an idea for this project
2020-02-23 16:28:21 +01:00
labels: enhancement
2020-01-09 12:45:29 +01:00
---
2023-02-16 16:35:17 +01:00
**NOTE:** Before you start, the following should be completed.
2020-01-09 12:45:29 +01:00
2023-02-16 16:35:17 +01:00
- Read [tutorial][tutorial] to understand the usage and the correct effect of functional design.
- Make sure no [similar issue(including closed ones)][issues] exists.
- Make sure the request is based on the latest code in the `master` branch.
[tutorial]: https://cotes2020.github.io/chirpy-demo/categories/tutorial/
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
2020-01-09 12:45:29 +01:00
2020-06-24 14:46:24 +02:00
## Is your feature request related to a problem? Please describe
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
2020-06-24 14:46:24 +02:00
## Describe the solution you'd like
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- A clear and concise description of what you want to happen. -->
2020-06-24 14:46:24 +02:00
## Describe alternatives you've considered
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
2020-06-24 14:46:24 +02:00
## Additional context
2021-10-04 11:53:07 +02:00
2020-01-09 12:45:29 +01:00
<!-- Add any other context or screenshots about the feature request here. -->