|
| 1 | +# 02-feature-request.yml for github-docs-cookiecutter |
| 2 | +# |
| 3 | +# Copyright (c) 2026, Jared Cook |
| 4 | +# SPDX-License-Identifier: GPL-3.0-or-later |
| 5 | +# |
| 6 | +# This program is free software: you can redistribute it and/or modify |
| 7 | +# it under the terms of the GNU General Public License as published by |
| 8 | +# the Free Software Foundation, either version 3 of the License, or |
| 9 | +# (at your option) any later version. |
| 10 | +# |
| 11 | +# This program is distributed in the hope that it will be useful, |
| 12 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | +# GNU General Public License for more details. |
| 15 | +# |
| 16 | +# You should have received a copy of the GNU General Public License |
| 17 | +# along with this program. If not, see <www.gnu.org>. |
| 18 | +# |
| 19 | +--- |
| 20 | +name: 💡 Feature Request |
| 21 | +description: Suggest an idea for this cookiecutter template. |
| 22 | +title: "[Feature]: " |
| 23 | +labels: ["enhancement"] |
| 24 | +assignees: |
| 25 | + - jcook3701 |
| 26 | +body: |
| 27 | + - type: markdown |
| 28 | + attributes: |
| 29 | + value: | |
| 30 | + Got a great idea for this template? We'd love to hear it! |
| 31 | + - type: textarea |
| 32 | + id: problem |
| 33 | + attributes: |
| 34 | + label: Is your feature request related to a problem? |
| 35 | + description: A clear and concise description of what the problem is. |
| 36 | + placeholder: "Ex. I'm always frustrated when [...]" |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: textarea |
| 40 | + id: solution |
| 41 | + attributes: |
| 42 | + label: Describe the solution you'd like |
| 43 | + description: A clear and concise description of what you want to happen. |
| 44 | + placeholder: "Ex. It would be great if the template automatically [...]" |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + - type: textarea |
| 48 | + id: alternatives |
| 49 | + attributes: |
| 50 | + label: Describe alternatives you've considered |
| 51 | + description: A clear and concise description of any alternative solutions or features you've considered. |
| 52 | + - type: textarea |
| 53 | + id: context |
| 54 | + attributes: |
| 55 | + label: Additional context |
| 56 | + description: Add any other context or screenshots about the feature request here. |
| 57 | + - type: checkboxes |
| 58 | + id: contribution |
| 59 | + attributes: |
| 60 | + label: Contribution |
| 61 | + options: |
| 62 | + - label: I would be willing to submit a pull request to implement this feature myself! |
0 commit comments