From 31c66d5191fcc72577fc9059e56e965ddc74c29c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 27 Nov 2024 08:21:47 +0100 Subject: [PATCH] chore: Fix whitespaces in issue templates (#2168) Improve/Remove whitespaces. Closes #2164 --- .../ISSUE_TEMPLATE/{99-dev-story.yml => 98-dev-story.yml} | 6 +++++- .github/ISSUE_TEMPLATE/99-ux-story.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{99-dev-story.yml => 98-dev-story.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/99-dev-story.yml b/.github/ISSUE_TEMPLATE/98-dev-story.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/99-dev-story.yml rename to .github/ISSUE_TEMPLATE/98-dev-story.yml index 4d7408fc7..aa83f183d 100644 --- a/.github/ISSUE_TEMPLATE/99-dev-story.yml +++ b/.github/ISSUE_TEMPLATE/98-dev-story.yml @@ -1,6 +1,6 @@ name: Create a development story 📗 description: Story template for development tasks. Exclusively used by the onyx core team for project management. -title: "Implement|Define|Fix: " +title: "Implement|Fix|Define:" projects: - SchwarzIT/5 labels: @@ -84,17 +84,21 @@ body: - [ ] skeleton - [ ] density - [ ] example usage added to `apps/demo-app/src/views/HomeView.vue` + - covered by tests - [ ] functional tests (Playwright or unit test) - [ ] visual tests (Playwright screenshots) + - [ ] follow-up tickets were created if necessary - [ ] updated version + documentation is deployed - [ ] Storybook can show the feature - [ ] Storybook code snippet of new/changed examples are checked that they are generated correctly - [ ] Namings are aligned with Figma + #### Approval + - [Storybook]() - [Documentation]() - [ ] approved by designer diff --git a/.github/ISSUE_TEMPLATE/99-ux-story.yml b/.github/ISSUE_TEMPLATE/99-ux-story.yml index 1c316b0e3..85b0b6c88 100644 --- a/.github/ISSUE_TEMPLATE/99-ux-story.yml +++ b/.github/ISSUE_TEMPLATE/99-ux-story.yml @@ -1,6 +1,6 @@ name: Create a UX story 🎨 description: Story template for design tasks. Exclusively used by the onyx core team for project management, -title: "Concept|Adjust|Research: " +title: "Concept|Adjust|Research:" projects: - SchwarzIT/5 labels: