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: Revamp - Resolved errors in styles.yml File #1231

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .github/ISSUE_TEMPLATE/styles.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
name: Style Changing Request
description: Suggest a style designs
description: Suggest a style design
title: '[style]: '
labels: ['enhancement']

---

body:
- type: markdown
attributes:
Expand All @@ -16,16 +13,16 @@ body:
attributes:
label: What's the style idea?
placeholder: Add descriptions
value: 'We need to improve '
value: 'We need to improve...'
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots
description: Add screenshots to see the demo
description: Add screenshots to demonstrate the idea
placeholder: Add screenshots
value: 'Add screenshots'
value: 'Add screenshots here'
- type: checkboxes
id: terms
attributes:
Expand All @@ -34,13 +31,9 @@ body:
options:
- label: I agree to follow this project's Code of Conduct
required: true

- label: I have read the [Contributing Guidelines](https://github.com/narayan954/dummygram/blob/master/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/narayan954/dummygram/blob/master/CODE_OF_CONDUCT.md)
required: true

- label: I'm a GSSoC'23 contributor

- label: I want to work on this issue
- label: I want to work on this issue
Loading