From 28a002e2df16a3cb9be1aaf07cbeb818f0e663a7 Mon Sep 17 00:00:00 2001 From: Felix-Ayush <67006255+Ayush7614@users.noreply.github.com> Date: Sat, 26 Mar 2022 23:37:03 +0530 Subject: [PATCH] chore : added documentation template (#34) * chore : added all contributors in readme * chore : update readme * chore : added contribution and code of conduct guidelines * chore : update code of conduct * chore: update code of conduct * chore : update info * chore : added documentation template * chore : update docs template --- .../ISSUE_TEMPLATE/--documentation-update.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--documentation-update.yaml diff --git a/.github/ISSUE_TEMPLATE/--documentation-update.yaml b/.github/ISSUE_TEMPLATE/--documentation-update.yaml new file mode 100644 index 0000000..e42477f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--documentation-update.yaml @@ -0,0 +1,18 @@ +name: Documentation Update📄 +description: Suggest an improvement/addition in the Keploy Server Docs. +title: "docs📄: " +labels: [docs] + +body: + - type: markdown + attributes: + value: Thank you for taking the time to file a Documentation update. + - type: textarea + attributes: + label: What do you want to add to the docs? (please state reasons if any) + description: "Copy and paste the text currently in the documentation. If you want to improve graphs or photos, please provide a screenshot of the original." + - type: textarea + attributes: + label: Where is this stated? + description: "Please explain why the statement needs to be updated. This can be because it is confusing, incorrect, spelling/grammatical errors, etc." + \ No newline at end of file