github.com/crowdsecurity/crowdsec@v1.6.1/.github/ISSUE_TEMPLATE/feature_request.yaml (about) 1 name: Feature request 2 description: Suggest an improvement or a new feature 3 body: 4 - type: textarea 5 id: feature 6 attributes: 7 label: What would you like to be added? 8 description: | 9 Significant feature requests are unlikely to make progress as issues. Please consider engaging on discord (discord.gg/crowdsec) and forums (https://discourse.crowdsec.net), instead. 10 value: | 11 For feature request please pick a kind label by removing `<!-- -->` that wrap the example lines below 12 13 14 <!-- /kind feature --> 15 <!-- Completely new feature not currently available --> 16 17 <!-- /kind enhancement --> 18 <!-- Feature is available but this extends or adds extra functionality --> 19 validations: 20 required: true 21 22 - type: textarea 23 id: rationale 24 attributes: 25 label: Why is this needed? 26 validations: 27 required: true