diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 2500323..0000000 --- a/.gitea/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Bug report -about: Something doesn't work the way it should -title: "" -labels: - - bug ---- - -### What happened - - -### What you expected - - -### Steps to reproduce -1. -2. -3. - -### Environment -- Calendula version: -- Android version: -- Device: diff --git a/.gitea/ISSUE_TEMPLATE/crash_report.md b/.gitea/ISSUE_TEMPLATE/crash_report.md deleted file mode 100644 index 6828788..0000000 --- a/.gitea/ISSUE_TEMPLATE/crash_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Crash report -about: Report a crash. Calendula can capture this for you (Settings → Report a problem, or the prompt after a crash) — it copies the report to your clipboard and prefills this form. -title: "Crash: " -labels: - - bug - - crash - - priority:high ---- - - - -### What happened - - -### Crash report - -``` -(paste the crash report here) -``` diff --git a/.gitea/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 342118d..0000000 --- a/.gitea/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea or improvement -title: "" -labels: - - feat ---- - -### What would you like Calendula to do? - - -### Why — what problem does it solve? - - -### Anything else - diff --git a/.gitea/ISSUE_TEMPLATE/question.md b/.gitea/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c5f7247..0000000 --- a/.gitea/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Question -about: Ask how something works or get help using Calendula -title: "" -labels: - - question ---- - -### Your question - - -### What you've tried - - - -### Context -- Calendula version: -- Android version: -- Device: