diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7a217da..062660e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: > diff --git a/.github/ISSUE_TEMPLATE/design_handoff.yaml b/.github/ISSUE_TEMPLATE/design_handoff.yaml new file mode 100644 index 0000000..49817e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/design_handoff.yaml @@ -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. diff --git a/.github/settings.yml b/.github/settings.yml index c039ee2..03dd33e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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: diff --git a/.github/workflows/add-project.yml b/.github/workflows/add-project.yml index af54c5f..8093a71 100644 --- a/.github/workflows/add-project.yml +++ b/.github/workflows/add-project.yml @@ -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 \ No newline at end of file