Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Add Documentation Enhancement Issue Template #474

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
Loading