-
Notifications
You must be signed in to change notification settings - Fork 3
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
0f75bf2
commit 8a29441
Showing
16 changed files
with
218 additions
and
284 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
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-hyperlink?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-hyperlink) | ||
- 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
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,37 @@ | ||
Thanks for helping make Auro safe for everyone. | ||
|
||
## Security | ||
|
||
Alaska Airlines and the Auro team takes the security of our software products and services seriously, including all of the open source code repositories managed through our [GitHub organization](https://github.com/AlaskaAirlines/). | ||
|
||
Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation. | ||
|
||
## Reporting Security Issues | ||
|
||
If you have encountered a potential security vulnerability in this project, please report it via [Alaska Airlines site security vulnerability reporting portal](https://www.alaskaair.com/content/about-us/site-info/report-site-security-issues). We will work with you to verify the vulnerability and patch it. | ||
|
||
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** | ||
|
||
When reporting issues, please see the guidelines for reporting vulnerabilities and provide the following information: | ||
|
||
- Component(s) affected | ||
- A description indicating how to reproduce the issue | ||
- A summary of the security vulnerability and impact | ||
|
||
We request that you contact us via the linked portal above and give the project contributors a chance to resolve the vulnerability and issue a new release prior to any public exposure; this helps protect the project's users, and provides them with a chance to upgrade and/or update in order to protect their applications. | ||
|
||
Please include as much of the information listed below as you can to help us better understand and resolve the issue: | ||
|
||
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting) | ||
* Full paths of source file(s) related to the manifestation of the issue | ||
* The location of the affected source code (tag/branch/commit or direct URL) | ||
* Any special configuration required to reproduce the issue | ||
* Step-by-step instructions to reproduce the issue | ||
* Proof-of-concept or exploit code (if possible) | ||
* Impact of the issue, including how an attacker might exploit the issue | ||
|
||
This information will help us triage your report more quickly. | ||
|
||
## Policy | ||
|
||
See [GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor) |
Oops, something went wrong.