Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated styles.yml File For ISSUE TEMPLATES #1931

Merged
merged 10 commits into from
Aug 2, 2023
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/styles.yml
priyankarpal marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 👯‍♂️ Style Changing Request
description: Suggest a style designs
title: '[style]: '
labels: ['enhancement']
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this template!
- type: textarea
id: style-idea
attributes:
label: What's the style idea?
placeholder: Add descriptions
value: 'We need to improve '
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots
description: Add screenshots to see the demo
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
placeholder: Add screenshots
value: 'Add screenshots'
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
description: By submitting this issue, you agree to follow our Code of Conduct
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved
options:
- label: I agree to follow this project's Code of Conduct
NarendraKoya999 marked this conversation as resolved.
Show resolved Hide resolved