-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06d98ab
commit fa31847
Showing
16 changed files
with
214 additions
and
346 deletions.
There are no files selected for viewing
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,62 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
type: "Bug" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: checkboxes | ||
id: browsers | ||
attributes: | ||
label: What browser client(s) are you seeing the issue on? | ||
description: Select all that apply. | ||
options: | ||
- label: Firefox | ||
- label: Chrome | ||
- label: Safari | ||
- label: Microsoft Edge | ||
- type: checkboxes | ||
id: platform | ||
attributes: | ||
label: What devices platform(s) are you seeing the issue on? | ||
description: Select all that apply. | ||
options: | ||
- label: Desktop | ||
- label: Mobile | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Steps to reproduce | ||
description: List out the steps to reproduce the behavior and include screenshots | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
Result: | ||
'... What happened that you didn't expect? ...' | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: Please add a clear and concise description of what you expected to | ||
happen. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Which version of auro-templates do you have installed? | ||
- type: markdown | ||
attributes: | ||
value: > | ||
The current released version is:<br />[![See it on | ||
NPM!](https://img.shields.io/npm/v/@aurodesignsystem/auro-templates?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-templates) | ||
- type: checkboxes | ||
id: repro | ||
attributes: | ||
label: Reproducible on the Auro doc site | ||
options: | ||
- label: 'I am able to reproduce this issue on the [Auro doc site](https://auro.alaskaair.com).' | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria (To be determined by the Auro team) | ||
description: Define exit criteria for completing this feature request. |
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,21 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
type: "Feature" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Feature Description | ||
description: A clear and concise description of what the feature addition or change is. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria (To be determined by the Auro team) | ||
description: Define exit criteria for completing this feature request. |
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,26 @@ | ||
name: Support Request | ||
description: Request for assistance with any issue related to the Aurora Design System | ||
type: "Support" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Support Request Description | ||
description: A clear and concise description of the support request. | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Possible Solution | ||
description: Not obligatory, but suggest any idea(s) for resolution. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria (To be determined by the Auro team) | ||
description: Define exit criteria for completing this feature request. |
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,11 @@ | ||
name: Group | ||
description: Group related issues together to manage them as a unit. | ||
type: "Group" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Description (Optional) | ||
description: Describe the group of work that needs to be done. |
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,26 @@ | ||
name: Story | ||
description: Define a body of work driven by Product goals. | ||
type: "Story" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the story. | ||
- type: textarea | ||
id: result | ||
attributes: | ||
label: Desired Outcome | ||
description: A clear and concise explanation of the desired result. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the here. | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria (To be determined by the Auro team) | ||
description: Define exit criteria for completing this story. |
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,21 @@ | ||
name: Task | ||
description: Any work task that is not a bug or feature change. | ||
type: "Task" | ||
title: '...provide a title...' | ||
projects: ["AlaskaAirlines/19"] | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the task is. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots. | ||
- type: textarea | ||
id: exit-criteria | ||
attributes: | ||
label: Exit criteria (To be determined by the Auro team) | ||
description: Define exit criteria for completing this task. |
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.