Skip to content

Commit

Permalink
📑Documentation issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
vansh-codes committed Oct 7, 2024
1 parent cfb1af8 commit e302abb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "📚 Documentation Update"
description: "Propose an update or improvement for the documentation"
title: "Doc Update:"
labels: ["documentation"]
body:
- type: textarea
attributes:
label: "Describe the Documentation Update"
description: "Provide details about the documentation improvement or update you want to suggest."
validations:
required: true
- type: textarea
attributes:
label: "Add Screenshots (if applicable)"
description: "Add any screenshots or examples to help illustrate the update."
validations:
required: false
- type: checkboxes
attributes:
label: "Confirm"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I'm GSSOC'24 Extd registered Contributor"
- label: "I'm Hacktoberfest registered Contributor"
- label: "I want to work on this documentation issue"

0 comments on commit e302abb

Please sign in to comment.