new: add issue templates
This commit is contained in:
parent
96055b381b
commit
ed0da0b2eb
27
.gitea/issue_template/new_config.yaml
Normal file
27
.gitea/issue_template/new_config.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
name: Add a new configuration
|
||||
about: Add a new config to the config hub
|
||||
title: "[config]: <config name>"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: image
|
||||
attributes:
|
||||
label: Screenshot
|
||||
description: Make sure you added a screenshot of your config under `assets/configs`
|
||||
options:
|
||||
- label: Yes, I added a screenshot
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: Extra
|
||||
description: Any extra thing you want to say
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://matterlinux.xyz/wiki/conduct)
|
||||
options:
|
||||
- label: I understand
|
||||
required: true
|
34
.gitea/issue_template/new_wiki.yaml
Normal file
34
.gitea/issue_template/new_wiki.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
name: Add a new wiki page
|
||||
about: Add a new wiki page to the wiki
|
||||
title: "[wiki]: <page name>"
|
||||
body:
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Details
|
||||
description: Explain the purpose of this wiki page
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: image
|
||||
attributes:
|
||||
label: Spelling mistakes
|
||||
description: Make sure you double check the markdown for any spelling mistakes
|
||||
options:
|
||||
- label: Yes, I checked and corrected all the spelling mistakes
|
||||
required: true
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: Extra
|
||||
description: Any extra thing you want to say
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://matterlinux.xyz/wiki/conduct)
|
||||
options:
|
||||
- label: I understand
|
||||
required: true
|
@ -1,4 +1,3 @@
|
||||
List of configuration packages (dotfiles) for MatterLinux. These simple configurations allow you to easily set up
|
||||
your desktop and they create a baseline for all of your own configurations. You can install these configurations
|
||||
using the `mc` tool. [Learn more](http://127.0.0.1:9878/wiki/configuration).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user