diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-16 21:05:45 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-16 21:05:45 +0000 |
| commit | a14be108736133535e2828b6bbdc8d0a69accd63 (patch) | |
| tree | bf66b536d25d9e3ab55c326c8aa7b86a875ae7cc /.github/ISSUE_TEMPLATE/question.yml | |
| parent | 0621cd920a6461b46778fc5dfc1b02014c494517 (diff) | |
| download | karakeep-a14be108736133535e2828b6bbdc8d0a69accd63.tar.zst | |
chore: Add question issue template and update other ones
Diffstat (limited to '.github/ISSUE_TEMPLATE/question.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..3601743c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,8 @@ +name: Question / Support Request +description: Get help with anything related to Hoarder +labels: ["question"] +body: + - type: markdown + attributes: + value: | + We use Github discussions for anything that's not a bug report or a feature request. Please ask your question in the [Q&A section](https://github.com/hoarder-app/hoarder/discussions/categories/q-a) and someone will answer it soon! |
