mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add issue templates
This commit is contained in:
parent
f0841dc454
commit
7c9c1c63cc
5 changed files with 116 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/---enhancement-request.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/---enhancement-request.md
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: "\U0001F381 Feature Request"
|
||||
about: Do you have ideas for new features and improvements?
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Hi there! Thank you for wanting to make Pelican better.
|
||||
|
||||
Before you submit this, let’s make sure of a few things.
|
||||
Please make sure the following boxes are ticked if they are correct.
|
||||
If not, please try and fulfill them first. The last one is optional but encouraged.
|
||||
-->
|
||||
|
||||
<!-- Checked checkbox should look like this: [x] -->
|
||||
- [ ] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate.
|
||||
- [ ] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question is not covered.
|
||||
- [ ] I am willing to lend a hand to help implement this feature. <!-- optional but encouraged -->
|
||||
|
||||
## Feature Request
|
||||
<!-- Now feel free to write your idea for improvement. Thanks again 🙌 ❤️ -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue