Change template format to forms
Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
Родитель
f14276f11d
Коммит
c1ac281ac1
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
name: Task
|
||||
about: Create new meta task
|
||||
labels: overview, 1. to develop
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Describe the task -->
|
||||
|
||||
tbd
|
||||
|
||||
## Affected components
|
||||
|
||||
<!-- remove unaffected components from the list -->
|
||||
|
||||
* CalDAV and CardDAV backends
|
||||
* Calendar
|
||||
* Calendar Resource Management
|
||||
* Contacts
|
||||
* Contacts Interaction
|
||||
* Mail
|
||||
* `@nextcloud/calendar-availability-vue`
|
||||
* `@nextcloud/calendar-js`
|
||||
* `@nextcloud/cdav-library`
|
||||
|
||||
## To do
|
||||
|
||||
<!-- add a task list -->
|
||||
|
||||
* tbd
|
|
@ -0,0 +1,34 @@
|
|||
name: "Task"
|
||||
description: "Create new meta task"
|
||||
labels: ["overview", "1. to develop"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: task-descr
|
||||
attributes:
|
||||
label: Describe the task
|
||||
description: Describe the task
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: components-affected
|
||||
attributes:
|
||||
label: Affected components
|
||||
description: Select **all** the components that need to be changed.
|
||||
multiple: true
|
||||
options:
|
||||
- Calendar
|
||||
- Calendar Resource Management
|
||||
- Contacts
|
||||
- Mail
|
||||
- cdav-library
|
||||
- nextcloud/calendar-availability-vue
|
||||
- nextcloud/calendar-js
|
||||
- type: textarea
|
||||
id: to-do
|
||||
attributes:
|
||||
label: To do
|
||||
description: Add your task list here
|
||||
value: |
|
||||
- [ ]
|
||||
validations:
|
||||
required: true
|
Загрузка…
Ссылка в новой задаче