diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md new file mode 100644 index 0000000000..862efa1528 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -0,0 +1,20 @@ +--- +name: Documentation request +about: Need help using the SDK? Spot an error? Let us know how our documentation can be improved. +title: '' +labels: documentation +assignees: '' + +--- + +### What are you trying to do? + +*For example: I'm trying to start a meeting session with audio.* + +### How can the documentation be improved to help your use case? + +*For example: Include a section on how to configure the meeting session.* + +### What documentation have you looked at so far? + +*For example: README.md, Amazon Chime SDK Developer Guide, etc.