]> xmof Git - DeDRM.git/commitdiff
Create QUESTION.md
authorshanghai yakisoba chan! <koumaza--@outlook.com>
Tue, 20 Oct 2020 17:26:26 +0000 (02:26 +0900)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 17:26:26 +0000 (02:26 +0900)
.github/ISSUE_TEMPLATE/QUESTION.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md
new file mode 100644 (file)
index 0000000..cf79687
--- /dev/null
@@ -0,0 +1,33 @@
+---
+name: Question
+about: Questions for DeDRM Project
+title: "[QUESTION] Title"
+labels: Question
+---
+
+## CheckList
+<!-- Check with `[x]` -->
+- [ ] `The Title` and The `Log Title` are setted correctly.
+- [ ] Clarified about `my environment`.
+- [ ] Code block is used for `the log`.
+<!-- If you don't know the version, please specify 'Unknown'. -->
+<!-- In case of markdown To use the code block, enclose it in ```. -->
+<!-- If you don't need Log, please delete the log section. -->
+
+---
+
+## Title
+<!-- content -->
+
+## My Environment
+### Calibre: `Version`
+### Kindle: `Version`
+### DeDRM: `Version`
+
+## Log
+<details><summary>Log Title</summary>
+
+```log
+PUT YOUR LOG
+```
+</details>