-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #246 from atls/feat/upgrade-environment
feat: upgrade environment
- Loading branch information
Showing
14 changed files
with
68 additions
and
172 deletions.
There are no files selected for viewing
Empty file.
Empty file.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commit message $@ | ||
yarn commit message "$@" |
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
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.