chore: update project config files

This commit is contained in:
Alexander Navarro 2024-12-04 19:24:58 -03:00
parent 1aef4a5794
commit e9d50af0ae
4 changed files with 198 additions and 2 deletions

View 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