Skip to content

Commit

Permalink
chore: Fix whitespaces in issue templates (#2168)
Browse files Browse the repository at this point in the history
Improve/Remove whitespaces.

Closes #2164
  • Loading branch information
JoCa96 authored Nov 27, 2024
1 parent 1ea56be commit 31c66d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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](<!-- LINK HERE -->)
- [Documentation](<!-- LINK HERE -->)
- [ ] approved by designer <!-- add your @username -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/99-ux-story.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 31c66d5

Please sign in to comment.