Change template format to forms

Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
greta 2022-01-31 15:41:32 +01:00
Родитель f14276f11d
Коммит c1ac281ac1
2 изменённых файлов: 34 добавлений и 31 удалений

31
.github/ISSUE_TEMPLATE/task.md поставляемый
Просмотреть файл

@ -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

34
.github/ISSUE_TEMPLATE/task.yml поставляемый Normal file
Просмотреть файл

@ -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