mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
Added steps to reproduce and expected behavior in bug_report.yaml (#3714)
This commit is contained in:
parent
402e357fe8
commit
ea6285c873
1 changed files with 24 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
24
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -29,6 +29,30 @@ body:
|
|||
placeholder: Bug description
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Install Woodpecker Server with the following configuration: ...
|
||||
2. Install Woodpecker Agent with the configuration below: ...
|
||||
3. Besides, set some settings in the forge: ...
|
||||
4. Run them all by the commands: ...
|
||||
5. Go to ..., click here and there, see next error: ...
|
||||
6. Also, check the logs and find this: ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
placeholder: |
|
||||
When I click here and there, there should not be an error, but a successful operation.
|
||||
There should not be the errors in the logs, but the messages, that indicate a process: ...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: system-info
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue