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
43 changes: 43 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,43 @@
name: 👯‍♂️ Style Changing Request
description: Suggest a style designs
title: '[style]: '
labels: ["✨ goal: improvement","🚦status: awaiting triage","🕹 aspect: interface"]
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

validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots

placeholder: Add screenshots

- type: checkboxes
id: terms
attributes:
label: "Record"

options:
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

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

- label: I'm a GSSoC'23 contributor

- label: I want to work on this issue