Skip to content

Commit

Permalink
chore: update template to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Jan 31, 2025
1 parent bafeec8 commit 3d01e87
Show file tree
Hide file tree
Showing 15 changed files with 177 additions and 280 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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-loader?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-loader)
- 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.
66 changes: 0 additions & 66 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/general-support.yaml
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.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/general-support.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/group.yaml
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.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/story.yaml
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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yaml
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.
17 changes: 1 addition & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

**Resolves:** # (issue, if applicable)

## Summary:

_Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project._

## Type of change:

Please delete options that are not relevant.

- [ ] New capability
- [ ] Revision of an existing capability
- [ ] Infrastructure change (automation, etc.)
- [ ] Other (please elaborate)
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Checklist:

Expand Down
12 changes: 6 additions & 6 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Thanks for helping make Auro safe for everyone.

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.

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.
Expand All @@ -30,8 +30,8 @@ Please include as much of the information listed below as you can to help us bet
* 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.

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)
Loading

0 comments on commit 3d01e87

Please sign in to comment.