Skip to content

Commit

Permalink
Merge pull request #914 from suhanipaliwal/suhanipaliwal-patch-3
Browse files Browse the repository at this point in the history
Added issue template for documentation issues
  • Loading branch information
deepeshmlgupta authored Aug 8, 2024
2 parents 6cd0492 + 4905e52 commit db6c415
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "📝 Documentation"
description: "Use this format to suggest improvements in our docs"
title: "📝[DOCS] <suggestion title>"
labels: ["documentation", "goal: enhancement"]

body:
- type: textarea
id: docs_description
attributes:
label: "Issue Description"
description: "A brief summary of the documentation issue you would like to address."
validations:
required: true

- type: textarea
id: screenshots_examples_docs
attributes:
label: "Screenshots or Examples (if applicable)"
description: "Please add relevant screenshots or examples to illustrate the problem."

- type: checkboxes
id: terms_checklist_docs
attributes:
label: "Checklist"
description: "By submitting this issue, you agree to follow our Code of Conduct"
options:
- label: "I have checked the existing issues."
required: true

- label: "I have read the Contributing Guidelines."
required: true

- label: "I have read the Code Of Conduct."
required: true

- label: "The changes doesn't break the code"
required: true

0 comments on commit db6c415

Please sign in to comment.