Skip to content

Commit cac8c2e

Browse files
committed
ISSUE_TEMPLATES: Fix wrapping
1 parent 4b5928c commit cac8c2e

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ A clear and concise description of what you expected to happen.
2525
- Operating System / Distro: [e.g. Windows 10, Linux Mint 17.1]
2626

2727
**Log Files:**
28-
If you are experiencing a crash, please collect and attach logs of the problem.
29-
Log files can be found in your HOME/.openshot_qt/ folder. Please compress or zip
30-
the log files (as they can become quite large).
28+
If you are experiencing a crash, please collect and attach logs of the problem. Log files can be found in the `.openshot_qt` folder in your user home directory. Log files over 2 MB in size will need to be compressed, please attach a ZIP file instead of the raw logs.
3129

3230
**Exception / Stacktrace:**
33-
If you are experiencing a crash or strange output on the command line, please
34-
attach a small snippet of the exception here, but please keep it as small as
35-
possible (for readability).
31+
If you are experiencing a crash or strange output on the command line, please attach a small snippet of the exception here, but please keep it as small as possible (for readability).
3632

3733
**Screenshots:** (Optional)
38-
If applicable, add screenshots to help explain your problem. You can include screenshots by
39-
copy/pasting them here, dragging-and-dropping into this form, or clicking below and loading
40-
images saved to your computer. All images are public, so please don't post screenshots
41-
containing personal information.
34+
If applicable, add screenshots to help explain your problem. To include screenshots, copy/paste them here, drag the image(s) into this form, or click the link below this edit field to load images saved to your computer. All images are public, so please don't post screenshots containing personal information.
35+

.github/ISSUE_TEMPLATE/question.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ assignees: ''
99
<!-- Please verify this question has not already been asked: https://github.com/OpenShot/openshot-qt/issues -->
1010

1111
**Question:**
12-
A clear and concise question, with enough context and explanation for people to answer it.
12+
A clear and concise question. Your question should provide enough context and explanation for people to answer it. Avoid excessive background or irrelevant details, as they can obscure your actual question.
1313

1414
**System Details:**
1515
- OpenShot Version [e.g. 2.4.3]: {{ log_context.openshot_qt_version }}
1616
- Operating System / Distro: [e.g. Windows 10, Linux Mint 17.1]
1717

1818
**Screenshots:** (Optional)
19-
If applicable, add screenshots to help explain your question. You can include screenshots by
20-
copy/pasting them here, dragging-and-dropping into this form, or clicking below and loading
21-
images saved to your computer. All images are public, so please don't post screenshots
22-
containing personal information.
19+
If applicable, add screenshots to help explain your question. To include screenshots, copy/paste them here, drag the image(s) into this form, or click the link below this edit field to load images saved to your computer. All images are public, so please don't post screenshots containing personal information.
20+

0 commit comments

Comments
 (0)