-
Notifications
You must be signed in to change notification settings - Fork 1
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 #3 from kirubeltadesse/develop
change new-stroy to yml
- Loading branch information
Showing
3 changed files
with
64 additions
and
45 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: New Feature | ||
description: A new feature that needs to be developed | ||
title: "[UI/CORE] <title>" | ||
labels: ["bug", "cicd", "ui", "core"] | ||
projects: ["Swarmies/Shoes Project"] | ||
assignees: | ||
- kirubeltadesse | ||
- roberamelaek | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Add information about the story | ||
placeholder: Tell us about the general goal | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: criteria | ||
attributes: | ||
label: Acceptable criteria | ||
description: list of requirements for this story | ||
placeholder: | | ||
1. Environment setup ... | ||
1. With this config ... | ||
1. Develop this .. | ||
1. Run ... | ||
1. Test ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: related-story | ||
attributes: | ||
label: Related strory | ||
description: Does this relate to any previous work? | ||
placeholder: "FIX #<id>" | ||
validations: | ||
required: false |