Skip to content

Commit

Permalink
docs(issue-template): update with role selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Aug 7, 2024
1 parent 5a52328 commit 6c8a264
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ body:
value: |
Please carefully read [the documentation](https://github.com/sap-linuxlab/community.sap_install/tree/main/docs#readme) before creating a bug report
- type: dropdown
id: role
attributes:
label: Role
description: For what role is the feature you want to propose meant to be?
options:
- All
- sap_anydb_install_oracle
- sap_general_preconfigure
- sap_ha_install_anydb_ibmdb2
- sap_ha_install_hana_hsr
- sap_ha_pacemaker_cluster
- sap_hana_install
- sap_hana_preconfigure
- sap_hostagent
- sap_install_media_detect
- sap_maintain_etc_hosts
- sap_netweaver_preconfigure
- sap_storage_setup
- sap_swpm
- None of them (or I don't know)
validations:
required: true

- type: dropdown
id: os-family
attributes:
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ body:
Please carefully read [the documentation](https://github.com/sap-linuxlab/community.sap_install/tree/main/docs#readme) before creating a feature request
- type: dropdown
id: role
attributes:
label: Role
description: For what role is the feature you want to propose meant to be?
options:
- All
- sap_anydb_install_oracle
- sap_general_preconfigure
- sap_ha_install_anydb_ibmdb2
- sap_ha_install_hana_hsr
- sap_ha_pacemaker_cluster
- sap_hana_install
- sap_hana_preconfigure
- sap_hostagent
- sap_install_media_detect
- sap_maintain_etc_hosts
- sap_netweaver_preconfigure
- sap_storage_setup
- sap_swpm
validations:
required: true

- type: dropdown
id: os-family
attributes:
Expand Down

0 comments on commit 6c8a264

Please sign in to comment.