Skip to content

Commit

Permalink
fix: Create issue template for proposing new categories (rupali-codes…
Browse files Browse the repository at this point in the history
…#760)

* [fix] Create issue template for proposing new categories

* [revise] change format of ---category-suggestion.md

* [revise] fixed format of ---category-suggestion.md

* Update ---category-suggestion.md

* [fix] changed to yml

* Rename ---category-suggestion.y’all to ---category-suggestion.yml

* Update .github/ISSUE_TEMPLATE/---category-suggestion.yml

Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>

* [fix] remove dashes

---------

Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>
  • Loading branch information
CBID2 and Anmol-Baranwal authored May 28, 2023
1 parent 1649605 commit 0b88c5e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/---category-suggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@

name: "Category Request ⚡"
description: "Use this to add new category/subcategory into the Hub"
title: "[ADD] <write the name of category/subcategory>"
labels: ["chore", "goal: new-category"]

body:
- type: input
id: concise_category
attributes:
label: "Category Name"
description: "If you are adding to an existing category, please write 'none'"
placeholder: "Enter the name of the category."
validations:
required: true
- type: input
id: concise_subcategory
attributes:
label: "Subcategory Name"
description: "Please write the relevant subcategory that can be added for the category."
placeholder: "For example 'images', 'fonts', 'colors', 'illustrations'"
validations:
required: true
- type: textarea
id: additional_context_category
attributes:
label: "Additional Context"
description: "If you have any additional context or information that may help us understand the category/subcategory better, please provide it here"
placeholder: "You can write why this category should be included in the LinksHub."
validations:
required: false
- type: checkboxes
id: terms_checklist
attributes:
label: "Checklist"
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/rupali-codes/LinksHub/blob/main/CODE_OF_CONDUCT.md)"
options:
- label: "I have checked the existing [issues](https://github.com/rupali-codes/LinksHub/issues?q=is%3Aissue+)"
required: true
- label: "I have read the [Contributing Guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md)"
required: true
- label: "I have checked that this category does not exist"
required: false
- label: "I have checked that this subcategory does not exist"
required: true
- label: "I am willing to work on this issue (optional)"
required: false
- label: "I am a GSSoC'23 contributor"
required: false
- type: markdown
attributes:
value: "Thank you for taking the time to suggest a new request! Your input is greatly appreciated."

0 comments on commit 0b88c5e

Please sign in to comment.