Skip to content

Commit

Permalink
gh: ok, one more bug template thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 24, 2023
1 parent 1a2c503 commit e222cc9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,24 @@ name: Bug Report
description: Report an error
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
If your problem is more a question about how to use Locust, please:
* [Consult the documentation](https://docs.locust.io/en/stable/)
* Search [Stack Overflow](https://stackoverflow.com/questions/tagged/locust), or [ask there](https://stackoverflow.com/questions/ask) yourself. If you tag it with `locust` we will see it.
* Ask on [Slack](https://locustio.slack.com) [(signup)](https://communityinviter.com/apps/locustio/locust)
Remember, the developers of Locust are unpaid volunteers, so make sure you have tried everything you can think of before filing a bug :)
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I am using [the latest version of Locust](https://github.com/locustio/locust/releases/)
required: true
- label: This is really a bug, not a question
- label: I am reporting a bug, not asking a question
required: true

- type: markdown
attributes:
value: |
If you just need help with something, then:
* [Check the documentation](https://docs.locust.io/en/stable/)
* Search [Stack Overflow](https://stackoverflow.com/questions/tagged/locust), or [ask there](https://stackoverflow.com/questions/ask) yourself. If you tag it with `locust` we will see it.
* Ask on [Slack](https://locustio.slack.com) [(signup)](https://communityinviter.com/apps/locustio/locust)
- type: textarea
attributes:
label: Description
Expand Down

0 comments on commit e222cc9

Please sign in to comment.