summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorshanghai yakisoba chan! <[email protected]>2020-10-21 02:26:26 +0900
committerGitHub <[email protected]>2020-10-21 02:26:26 +0900
commit9cfe09e507fdf5aa239d7d6126356cea5ae2c0c5 (patch)
tree6655e538c21e07f51d7ded44d376e97f26e8fa38 /.github
parentc4c20eb07ef0197f5f873400ab5f0258d96cbbdc (diff)
Create QUESTION.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/QUESTION.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md
new file mode 100644
index 0000000..cf79687
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/QUESTION.md
@@ -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>