diff --git a/.github/ISSUE_TEMPLATE/page-modification-request.yml b/.github/ISSUE_TEMPLATE/page-modification-request.yml new file mode 100644 index 000000000..9788823c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/page-modification-request.yml @@ -0,0 +1,25 @@ +name: 📄 Page modification request +title: "page request: " +description: Page modification request template. +labels: page edit, help wanted +body: + - type: textarea + attributes: + label: Command description + description: Describe the command you want the page(s) to be modified. + placeholder: Tell us about the changes in the command! + - type: input + attributes: + label: Command details + description: Describe any details related to a command. + placeholder: e.g. command version + - type: checkboxes + attributes: + label: OS + description: Select which operating system(s) this command works with. + options: + - label: Android + - label: Linux + - label: macOS (osx) + - label: sunOS + - label: Windows diff --git a/.github/ISSUE_TEMPLATE/page-request.yml b/.github/ISSUE_TEMPLATE/page-request.yml index e87063dbf..40941294c 100644 --- a/.github/ISSUE_TEMPLATE/page-request.yml +++ b/.github/ISSUE_TEMPLATE/page-request.yml @@ -20,7 +20,7 @@ body: options: - label: Android - label: Linux - - label: macOS + - label: macOS (osx) - label: sunOS - label: Windows