diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-19 15:33:23 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-19 15:33:23 +0530 |
commit | f917cc8013967fe4258aa44609f1732684e62fc7 (patch) | |
tree | c717515aa271de260e781c24c2fafc1ca84f9219 /.github/ISSUE_TEMPLATE | |
parent | e481d79213f9a725c840437a16573f623a15b110 (diff) |
chore(github): slight tweaks to issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8c991802..cf51dbe9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -56,8 +56,8 @@ body: description: Provide details about your device, OS, app version, etc. value: | - Device: [e.g. Google Pixel 2] - - OS: [e.g. stock ROM Android version 9.0] - - App version [e.g. 3.1.0] + - OS: [e.g. Android R] + - App version: [e.g. 1.13.5] validations: required: true |