This commit is contained in:
Thomas Anderson 2024-05-19 11:54:50 +00:00 committed by GitHub
commit 49d37bb576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: