Skip to content

Commit acb3feb

Browse files
feat(issue-templates): update
1 parent 3435e28 commit acb3feb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/package.yaml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Package
2+
description: Создание пакета
3+
title: '[Package] '
4+
type: Package
5+
assignees:
6+
- TorinAsakura
7+
body:
8+
- type: input
9+
id: package-name
10+
attributes:
11+
label: Название пакета
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: specs
17+
attributes:
18+
label: Для чего нужен пакет?
19+
placeholder: Описание фич пакета, модулей
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: how-to
25+
attributes:
26+
label: Пример использования
27+
validations:
28+
required: true
29+
30+
- type: input
31+
id: materials
32+
attributes:
33+
label: Материалы
34+
placeholder: Ссылка на репу, статью
35+
36+
projects: ['atls/11']

0 commit comments

Comments
 (0)