123456789101112131415161718192021222324252627282930313233343536373839404142 |
- name: 📄 Page request
- title: "Page request: "
- description: Request creation of a page.
- labels: new command, help wanted
- body:
- - type: textarea
- attributes:
- label: Command description
- description: Describe a command you want to be summarized.
- placeholder: Tell us about the command!
- validations:
- required: true
- - type: input
- attributes:
- label: Command details
- description: Describe any details related to a command.
- placeholder: e.g. command version
- - type: input
- attributes:
- label: Documentation
- description: Link to the official documentation.
- placeholder: https://example.com
- - type: dropdown
- attributes:
- label: Platform
- description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
- options:
- - 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.
|