You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,17 @@ body:
13
13
label: Steps To Reproduce
14
14
description: Steps to reproduce the behavior.
15
15
placeholder: |
16
-
1. Go to '....'
17
-
2. Click on '....'
18
-
3. Scroll down to '....'
16
+
1.
17
+
2.
18
+
3.
19
19
validations:
20
20
required: true
21
21
- type: textarea
22
22
attributes:
23
23
label: Requirements
24
-
description: describe all the requirements to fix the issue (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
24
+
description: describe the expected behavior (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
25
25
value: |
26
26
- eg. Fix crash that occurs when...
27
-
- eg. Correct action happens when clicking...
28
27
validations:
29
28
required: true
30
29
- type: input
@@ -46,10 +45,10 @@ body:
46
45
attributes:
47
46
label: Log file
48
47
description: |
49
-
This issue will be closed if the apps log file is not attatched.
48
+
Please upload the log file as an attachment (DO NOT COPY OR PASTE THE CONTENTS INTO THIS FIELD)
50
49
placeholder: |
51
50
To upload the log, access it from Settings -> About -> Open log location; Or
52
51
- Select the `debug.log` file from `%localappdata%\Packages\49306atecsolution.FilesUWP_et10x9a9vyk8t\LocalState`
53
-
- Upload the file as an attachment
52
+
- Drag and drop the file to upload as an attachment
0 commit comments