2023-10-08 12:45:55 +01:00
|
|
|
name: 📄 Page modification request
|
2023-10-29 15:38:08 +00:00
|
|
|
title: "Page modification request: "
|
|
|
|
description: Request modification of a page.
|
2023-10-08 12:45:55 +01:00
|
|
|
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!
|
2023-10-29 15:38:08 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-10-08 12:45:55 +01:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Command details
|
|
|
|
description: Describe any details related to a command.
|
|
|
|
placeholder: e.g. command version
|
2023-10-29 15:38:08 +00:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Documentation
|
|
|
|
description: Link to the official documentation.
|
|
|
|
placeholder: https://example.com
|
|
|
|
- type: dropdown
|
2023-10-08 12:45:55 +01:00
|
|
|
attributes:
|
2023-10-29 15:38:08 +00:00
|
|
|
label: Platform
|
|
|
|
description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
|
2023-10-08 12:45:55 +01:00
|
|
|
options:
|
2023-10-29 15:38:08 +00:00
|
|
|
- Android
|
|
|
|
- Common
|
|
|
|
- FreeBSD
|
|
|
|
- Linux
|
|
|
|
- macOS (OS X)
|
|
|
|
- NetBSD
|
|
|
|
- OpenBSD
|
|
|
|
- SunOS
|
|
|
|
- Windows
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional information
|
|
|
|
description: Provide additional information if the command differs between platforms.
|