From 1d0c25d8629adc5a7066eb614365ff613967627a Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Tue, 9 Jan 2024 13:57:24 +0100 Subject: [PATCH] Add a documentation request issue template --- .../ISSUE_TEMPLATE/documentation_request.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation_request.yml diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml new file mode 100644 index 0000000000..fe6f8fc4b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_request.yml @@ -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."