Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
- type: input
id: version
attributes:
label: Which version of auro-templates do you have installed?
label: Which version of auro-backtotop do you have installed?
- type: markdown
attributes:
value: >
Expand Down
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/design_handoff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Design Handoff
description: Handoff design work to the development team.
type: "Task"
title: 'Design Handoff: [Feature Name]'
projects: ["AlaskaAirlines/19"]
body:
- type: textarea
id: description
attributes:
label: Design Description
description: A clear and concise description of what is new or changed in the design.
- type: input
id: figma
attributes:
label: Link to Figma file version.
description: This link should be to a specific version of the Figma file that is ready for development.
- type: textarea
id: issues
attributes:
label: Blocking Issues and Questions
description: List any issues and questions that are blocking the handoff acceptance.
- type: textarea
id: nonblockers
attributes:
label: Non-Blocking Issues and Questions
description: List any unresolved issues and questions that are not blocking the handoff acceptance.
- type: textarea
id: tech
attributes:
label: Engineering Implementation Notes
description: List any initial ideas for how engineering will implement the design.
- type: checkboxes
id: review
attributes:
label: Points of Review
description: This is a list of items that the development team should review before accepting handoff.
options:
- label: The design work is part of a Story or Support ticket and linked as a parent issue.
- label: The linked Figma file is the correct version.
- label: Design is consistent with the design system.
- label: UX is fully explained and documented.
- label: Responsive design has been considered.
- label: VoiceOver Experience has been considered.
- label: Other accessibility considerations have been discussed.
- label: All CSS rule values are based on current design tokens.
- label: There are no design features which require feature additions or changes have not been approved by Product.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ repository:

# Either `true` to allow rebase-merging pull requests, or `false` to prevent
# rebase-merging.
allow_rebase_merge: true

allow_rebase_merge: true
# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
teams:
# The permission to grant the team. Can be one of:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/add-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Add Project to Issue

on:
issues:
types: [opened]


types: [opened]

jobs:
action:
uses: AlaskaAirlines/auro-actions/.github/workflows/add-project.yml@main
Loading