-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from atls/feat/dependency-update
feat: dependency update
- Loading branch information
Showing
17 changed files
with
2,366 additions
and
3,079 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Task | ||
description: Шаблон задачи | ||
assignees: | ||
- TorinAsakura | ||
body: | ||
- type: input | ||
id: motivation | ||
attributes: | ||
label: С чем связан запрос на фичу? | ||
placeholder: Задайте себе вопрос - что привело меня к созданию этой задачи? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Расскажите как вы это себе видите | ||
placeholder: Задайте себе вопрос - как бы я это сделал? А затем распишите это в виде списка | ||
validations: | ||
required: true | ||
- type: input | ||
id: dod | ||
attributes: | ||
label: Definition of done (критерий готовности) | ||
placeholder: Задайте себе вопрос - что нужно сделать для того чтобы задача была выполнена? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: examples | ||
attributes: | ||
label: Приложите пример реализаций | ||
placeholder: Просто оставьте ссылку на репу, статью, gist, любой другой источник откуда почерпнули идею | ||
- type: textarea | ||
id: materials | ||
attributes: | ||
label: Приложите материалы задачи | ||
placeholder: Приложите ссылку на figma документ или на Google Document в котором имеются данные по задаче |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.