Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-07-31 09:31:18 +0300
committerIvan Boothe <git@rootwork.org>2022-07-31 09:31:18 +0300
commit85a3d975b44156a63926034dc6e23ea64626132a (patch)
tree8648bee30d7b6b825155273095c4c3dfb747ab96
parent42eb466103fbb0f2a7333eead21eb2d95917017b (diff)
Adding docs update template
-rw-r--r--.github/ISSUE_TEMPLATE/03-docs_update.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/03-docs_update.yml b/.github/ISSUE_TEMPLATE/03-docs_update.yml
new file mode 100644
index 0000000..127ba02
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/03-docs_update.yml
@@ -0,0 +1,17 @@
+name: Documentation change
+description: Suggest a change to theme documentation
+body:
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the change
+ description:
+ Summarize your suggested changes to the documentation.
+ validations:
+ required: true
+ - type: markdown
+ attributes:
+ value: |
+ ---
+
+ **Thank you!**