Skip to content

Commit

Permalink
ci: fix wrong issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jul 19, 2023
1 parent 7300cda commit fb6a1c2
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 95 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/---bug-report-.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/---documentation-issues.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/---feature-request.md

This file was deleted.

11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/design-create-component.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: '[Design] 🫶Component creation'
name: '[Design] 🫶 Component creation'
description: 'Request a new foundation or a new component.'
labels: ['design', 'component-creation']
body:
- type: 'markdown'
attributes:
value: |
*Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
Thanks for contributing by creating this issue! ❤️*
### Hi! 🙃
Thanks for creating an issue 🫰!
Have you before check others issues ?
Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: 'textarea'
id: 'description'
attributes:
Expand Down
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/design-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: '[Design] 📚Documentation improvement'
name: '[Design] 📚 Documentation improvement'
description: 'Request a design documentation improvement.'
labels: ['design', 'documentation']
body:
- type: 'markdown'
attributes:
value: |
*Description coming, in beta for testing*
### Hi! 🙃
Thanks for creating an issue 🫰!
Have you before check others issues ?
Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: figma
attributes:
Expand Down
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/design-figma.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: '[Design] 🐛Figma bug report'
name: '[Design] 🐛 Figma bug report'
description: 'Create a Figma bug report to improve Figma libraries.'
labels: ['design', 'figma-bug']
body:
- type: 'markdown'
attributes:
value: |
*Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
### Hi! 🙃
Thanks for contributing by creating this issue! ❤️*
Thanks for creating an issue 🫰!
Have you before check others issues ?
Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: figma
attributes:
Expand Down
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/design-update-component.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: '[Design] 🔄Update or feedback on existing component'
name: '[Design] 🔄 Update or feedback on existing component'
description: 'Request an update to improve foundations or existing component.'
labels: ['design', 'existing-component']
body:
- type: 'markdown'
attributes:
value: |
*Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately.
### Hi! 🙃
Thanks for contributing by creating this issue! ❤️*
Thanks for creating an issue 🫰!
Have you before check others issues ?
Please provide the clearest summary of your purpose. This will help us to answer you quickly and accurately. 👍
- type: dropdown
id: components
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/tech-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '[Tech] Bug report 🐛'
description: 'beta'
name: '[Tech] 🐛 Bug report'
description: 'Create a bug report for the tech team.'
labels: ['tech', 'bug']
body:
- type: 'markdown'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/tech-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '[Tech] Documentation improvement 🫰'
description: 'beta'
name: '[Tech] 📚 Documentation improvement'
description: 'Request a tech documentation improvement on website or code.'
labels: ['tech', 'documentation']
body:
- type: 'markdown'
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/tech-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '[Tech] Documentation improvement 🫰'
description: 'beta'
name: '[Tech] 🫶 Feature request'
description: 'Request a new feature like a new component.'
labels: ['tech', 'enhancement']
body:
- type: 'markdown'
Expand Down

0 comments on commit fb6a1c2

Please sign in to comment.