Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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