Skip to content

Commit

Permalink
Merge pull request #291 from NarendraKoya999/ISSUE-TEMPLATES
Browse files Browse the repository at this point in the history
fix: Added styles.yml amd config.yml Files in GitHub Issues Templates
  • Loading branch information
Astrodevil authored Aug 15, 2023
2 parents a8148e3 + 8e00f48 commit 41e933d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/styles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Style Changing Request
description: Suggest a style designs
title: '[style]: '
labels: ['enhancement']

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
description: Add screenshots to show the demo
placeholder: Add screenshots
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have read the [Contributing Guidelines](https://github.com/ZeroOctave/resource-gallery/blob/main/CONTRIBUTION.md)
required: true
- type: checkboxes
id: additional-options
attributes:
label: Additional Options
options:
- label: I'm a GSSoC'23 contributor
- label: I want to work on this issue

0 comments on commit 41e933d

Please sign in to comment.