Skip to content

Commit 2e12732

Browse files
bsmthdipikabh
andauthored
Update .github/ISSUE_TEMPLATE/bug.yml
Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent 561465d commit 2e12732

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ body:
1111
- type: checkboxes
1212
id: checklist
1313
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:"
1515
description: Make sure you have provided all the information below so we can help resolve your issue.
1616
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).
1818
required: true
19-
- label: I am using a clean/fresh database.
19+
- label: A clean/fresh database was used when the issue was encountered.
2020
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.
22+
required: true
23+
- label: Output logs are included in the issue.
2224
required: true
2325
- type: textarea
2426
id: problem

0 commit comments

Comments
 (0)