Browse Source

chore: remove "Hardware" from issue template

For the grand majority of bug reports, user hardware isn't relevant. Figuring
out what to write isn't always trivial.
reviewable/pr5972/r1
Anthony Bilinski 5 years ago
parent
commit
366478fca9
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      .github/ISSUE_TEMPLATE.md
  2. 3
      src/widget/form/settings/aboutform.cpp

1
.github/ISSUE_TEMPLATE.md

@ -5,7 +5,6 @@ qTox version: (version numbers in menu `Settings → About`) @@ -5,7 +5,6 @@ qTox version: (version numbers in menu `Settings → About`)
Commit hash:
toxcore:
Qt:
Hardware:
Reproducible: Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce

3
src/widget/form/settings/aboutform.cpp

@ -115,8 +115,7 @@ void AboutForm::replaceVersions() @@ -115,8 +115,7 @@ void AboutForm::replaceVersions()
"qTox version: %2\n"
"Commit hash: %3\n"
"toxcore: %4\n"
"Qt: %5\n"
"Hardware: \n\n\n"
"Qt: %5\n\n\n"
"Reproducible: Always / Almost Always / Sometimes"
" / Rarely / Couldn't Reproduce\n\n"
"##### Steps to reproduce\n\n"

Loading…
Cancel
Save