chore: update project config files
This commit is contained in:
parent
1aef4a5794
commit
e9d50af0ae
4 changed files with 198 additions and 2 deletions
42
.forgejo/issue_template/01-content-update.yml
Normal file
42
.forgejo/issue_template/01-content-update.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
name: Content update
|
||||
about: Content creation or edition
|
||||
title: '[Content]: '
|
||||
ref: 'content-update'
|
||||
assignees:
|
||||
- aleidk
|
||||
labels:
|
||||
- Priority/Low
|
||||
- Severity/Low
|
||||
- Status/Pending
|
||||
- Type/Content
|
||||
body:
|
||||
- type: dropdown
|
||||
id: topic
|
||||
attributes:
|
||||
label: "Topic:"
|
||||
multiple: true
|
||||
default: 0
|
||||
options:
|
||||
- Garden
|
||||
- Blog
|
||||
- Devlog
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: content
|
||||
attributes:
|
||||
label: "Content description:"
|
||||
description: Brief ideas of what this content is about.
|
||||
placeholder: Lorem Ipsum...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: extra
|
||||
attributes:
|
||||
label: "Extra data and references:"
|
||||
placeholder: Lorem Ipsum...
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue