Skip to content

Commit

Permalink
Add a documentation request issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jan 9, 2024
1 parent 7d9baf1 commit 1d0c25d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Documentation Request
description: Suggest improvements or additions to dlt documentation
labels: ["kind:documentation"]
body:
- type: markdown
attributes:
value: |
Thanks for contributing to the dlt documentation!
For significant updates or new content, open an issue to discuss your ideas. This helps us
coordinate and integrate your suggestions effectively. For simple edits like typos, you can
directly submit a [pull request](https://github.com/dlt-hub/dlt/pulls).
- type: textarea
attributes:
label: Documentation description
description: Describe the documentation improvements or additions you'd like to see.
placeholder: >
What specific documentation changes are you suggesting?
- type: dropdown
attributes:
label: Are you a dlt user?
description: Please tell us how you use dlt and how this impacts your need for documentation.
multiple: false
options:
- "Yes, I'm already a dlt user."
- "Yes, I run dlt in production."
- "Yes, I use it for fun."
- "I'm considering using dlt, but the documentation is unclear."

0 comments on commit 1d0c25d

Please sign in to comment.