From 16ac10204e9c6b8545622d3d09d34e6ee231b328 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Thu, 18 Jun 2026 22:58:34 +0300 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 46 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 11 ++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..23a9bb263 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug report +description: Report a problem with the Messaging app +type: Bug +body: + - type: markdown + attributes: + value: | + Thanks for reporting this! The more detail you can give us, the faster we can help. If you're short on time, clear reproduction steps and what you expected vs. what happened are the most useful. + + - type: textarea + id: description + attributes: + label: What happened? + description: Describe the problem — what you did, what you expected, and what happened instead. + placeholder: | + When I open a conversation and tap ..., I expected ... but instead ... + validations: + required: true + + - type: input + id: version + attributes: + label: App version + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Logs + description: | + Paste relevant logcat output here, or drag and drop a log file into this field to attach it. + + To get app logs: + + - Long press the Messaging app icon, tap App info, scroll down, and tap View logs. + - Alternatively, go to Settings > Apps > All apps, search for Messaging, tap Messaging, and then tap View logs. + + To get system logs: + + - Go to Settings > System > View logs while signed in as the Owner user. + + Privacy: + + - This is a messaging app, so please scrub phone numbers, contact names, and message bodies first. + - If the logs contain sensitive data you'd rather not post publicly, email them to logs@grapheneos.org instead and mention that here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..0086358db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..423a502a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,11 @@ +name: Feature request +description: Suggest a feature or enhancement +type: Feature +body: + - type: textarea + id: description + attributes: + label: Description + description: What would you like to see, and what problem does it solve? + validations: + required: true