mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
docs: improve the bug report issue template (#2206)
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -3,9 +3,6 @@ description: Create a report to help us improve. Report bugs found while using t
|
||||
title: "[BUG]"
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "Provide a general summary of the issue in the Title above"
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
@@ -13,27 +10,20 @@ body:
|
||||
description: Provide a general summary of the issue in the Title above
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: expectedbhv
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: Tell us what should happen
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
- type: textarea
|
||||
id: actualbhv
|
||||
attributes:
|
||||
label: Actual behavior
|
||||
description: Tell us what happens instead
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: possiblefix
|
||||
attributes:
|
||||
label: Possible fix
|
||||
description: Not obligatory, but suggest a fix or reason for the bug
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
@@ -47,7 +37,7 @@ body:
|
||||
3.
|
||||
4.
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user