summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2022-06-10 07:30:42 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-23 09:47:42 +0200
commit6b165398791aabd0ab8640ff3a36e6aec101ec8a (patch)
treea23308a625612897e23c82b9325fb0de6ac04fe8 /.github/ISSUE_TEMPLATE/feature_request.yml
parent4885d7490b23e08d8444e5a68927ce9ce8727e5a (diff)
downloadsystemd-6b165398791aabd0ab8640ff3a36e6aec101ec8a.tar.gz
github: Update issue templates to issue forms
Issue forms templates allow us to add automation in place. This patch replaces old markdown issue templates with new issue forms. It also adds workflow to automatically mark issues by component label based on reported data. This change could help with initial triaging of issues.
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml78
1 files changed, 78 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000000..01a2d55ea7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,78 @@
+name: Feature request
+description: Suggest an improvement
+labels: ["RFE 🎁"]
+
+body:
+ - type: markdown
+ attributes:
+ value: Thanks for taking the time to fill out this feature request!
+
+ - type: dropdown
+ id: component
+ attributes:
+ label: Component
+ description: Please chose components related to this feature request.
+ multiple: true
+ options:
+ - 'bootctl'
+ - 'homectl'
+ - 'journalctl'
+ - 'loginctl'
+ - 'networkctl'
+ - 'nss-resolve'
+ - 'pam_systemd'
+ - 'pam_systemd_home'
+ - 'resolvectl'
+ - 'systemctl'
+ - 'systemd'
+ - 'systemd-boot'
+ - 'systemd-homed'
+ - 'systemd-journald'
+ - 'systemd-logind'
+ - 'systemd-networkd'
+ - 'systemd-networkd-wait-online'
+ - 'systemd-nspawn'
+ - 'systemd-resolved'
+ - 'systemd-stub'
+ - 'systemd-udevd'
+ - 'the bootloader itself'
+ - 'udev builtins'
+ - 'udevadm'
+ - '.network files'
+ - 'tests'
+ - 'other'
+ validations:
+ required: false
+
+ - type: textarea
+ id: description
+ attributes:
+ label: Is your feature request related to a problem? Please describe
+ description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ validations:
+ required: false
+
+ - type: textarea
+ id: solution
+ attributes:
+ label: Describe the solution you'd like
+ description: A clear and concise description of what you want to happen.
+ validations:
+ required: false
+
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: A clear and concise description of any alternative solutions or features you've considered.
+ validations:
+ required: false
+
+ - type: input
+ id: version
+ attributes:
+ label: The systemd version you checked that didn't have the feature you are asking for
+ description: If this is not the most recently released upstream version, then please check first if it has that feature already.
+ placeholder: '251'
+ validations:
+ required: false