diff --git a/.github/ISSUE_TEMPLATE/docs_request.yml b/.github/ISSUE_TEMPLATE/docs_request.yml new file mode 100644 index 0000000..5d5c500 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_request.yml @@ -0,0 +1,24 @@ +name: 📝 Documentation Request +description: Suggest improvements or additions to documentation +title: "[Docs] " +labels: [documentation] +body: + - type: input + id: doc_area + attributes: + label: Area of documentation + placeholder: e.g. Getting started, Node API, Deployment guide + validations: + required: true + - type: textarea + id: current_issue + attributes: + label: What's wrong or missing? + placeholder: Describe the gap or confusing part + validations: + required: true + - type: textarea + id: suggested_content + attributes: + label: How should it be improved? + placeholder: Provide concrete suggestions or examples