-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update .gitignore and remove demo files from cache and sync gi…
…thub workflow files
- Loading branch information
1 parent
da007c8
commit 0da38d9
Showing
17 changed files
with
192 additions
and
961 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
blank_issues_enabled: false | ||
|
||
contact_links: | ||
- name: Feature request | ||
url: https://github.com/AlaskaAirlines/auro-lockup/discussions/new?category=feature-requests | ||
about: New ideas and feature opportunities | ||
- name: General discussions | ||
url: https://github.com/AlaskaAirlines/auro-lockup/discussions/new?category=general-discussions | ||
about: Chat about anything and everything here | ||
- name: General ideas | ||
url: https://github.com/AlaskaAirlines/auro-lockup/discussions/new?category=general-ideas | ||
about: Suggestions that are not related to bugs or new features | ||
- name: Please help! | ||
url: https://github.com/AlaskaAirlines/auro-lockup/discussions/new?category=please-help | ||
about: Have something to share with the Auro team? |
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,35 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: 'auro-lockup: [feature summary]' | ||
labels: | ||
- 'Type: Feature' | ||
- not-reviewed | ||
- 'auro-lockup' | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
- 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 | ||
description: Define your issue's exit criteria | ||
placeholder: "This issue can be closed once the error has been corrected. Any additional scope e.g. updates or refactors, should be discussed PRIOR to adding scope to this issue." |
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,30 @@ | ||
name: General support | ||
description: Suggestions that are not related to bugs or new features | ||
title: 'auro-lockup: [issue]' | ||
labels: | ||
- 'Type: Question' | ||
- 'Type: Feature' | ||
- not-reviewed | ||
- 'auro-lockup' | ||
body: | ||
- type: textarea | ||
id: request | ||
attributes: | ||
label: General Support Request | ||
description: A clear and concise description of what you are interested in seeing. | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Possible Solution | ||
description: Not obligatory, but suggest an idea of how to implement the requested update. | ||
- 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 | ||
description: Define your issue's exit criteria | ||
placeholder: "This issue can be closed once the error has been corrected. Any additional scope e.g. updates or refactors, should be discussed PRIOR to adding scope to this issue." |
Oops, something went wrong.