Skip to content

Commit

Permalink
fix: added styles.yml issue template (#1931)
Browse files Browse the repository at this point in the history
* updated styles.yml File For ISSUE TEMPLATES

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestions

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestion

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestion

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestions

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestions

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your suggestions

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update .github/ISSUE_TEMPLATE/styles.yml

Accepted your Suggestions

Co-authored-by: Priyankar Pal  <[email protected]>
Signed-off-by: Koya Narendra <[email protected]>

* Update styles.yml

Added Suggested Code Lines in styles.yml

Signed-off-by: Koya Narendra <[email protected]>

---------

Signed-off-by: Koya Narendra <[email protected]>
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
NarendraKoya999 and priyankarpal authored Aug 2, 2023
1 parent cbe130b commit af85043
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/styles.yml
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

0 comments on commit af85043

Please sign in to comment.