Skip to content

Commit

Permalink
Merge pull request #474 from KesharwaniArpita/AK-DocEnhancementTemp
Browse files Browse the repository at this point in the history
📚 Add Documentation Enhancement Issue Template
  • Loading branch information
andrewtavis authored Oct 23, 2024
2 parents 180950d + ef5dd6b commit 703f70b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 📝 Documentation
description: Suggest improvements or updates to the documentation of Scribe-Data.
labels: ["documentation"]
projects: ["scribe-org/1"]
body:
- type: checkboxes
id: doc-enhancement
attributes:
label: Terms
options:
- label: I have searched all [open documentation issues](https://github.com/scribe-org/Scribe-Data/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation)
required: true
- label: I agree to follow Scribe-Data's [Code of Conduct](https://github.com/scribe-org/Scribe-Data/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- type: textarea
attributes:
label: Current Documentation
placeholder: |
Provide a brief description or link to the current documentation you want to enhance.
validations:
required: true
- type: textarea
attributes:
label: Suggested Enhancement
placeholder: |
Describe the improvements or changes you'd like to see in the documentation.
validations:
required: true
- type: markdown
attributes:
value: |
Thanks for helping improve our documentation!

0 comments on commit 703f70b

Please sign in to comment.