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.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,16 @@ body:
11
11
- type: checkboxes
12
12
id: checklist
13
13
attributes:
14
-
label: "Before submitting the issue, check you have done the following:"
14
+
label: "Before submitting the issue, confirm that you've checked everything in the following list, and mark them as completed here:"
15
15
description: Make sure you have provided all the information below so we can help resolve your issue.
16
16
options:
17
-
- label: Issue can be reproduced on this repository following [quick-start instructions](https://github.com/mdn/django-locallibrary-tutorial#quick-start).
17
+
- label: Issue is reproducible on this repository by following the [quick-start instructions](https://github.com/mdn/django-locallibrary-tutorial#quick-start).
18
18
required: true
19
-
- label: I am using a clean/fresh database.
19
+
- label: A clean/fresh database was used when the issue was encountered.
20
20
required: true
21
-
- label: I have included output logs and information about my environment setup below.
21
+
- label: Information about the environment setup when the issue was encountered is included in the issue.
0 commit comments