From e222cc9f9267e391bead0a45aa0fe160bfa8b2c9 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 24 Sep 2023 19:56:02 +0200 Subject: [PATCH] gh: ok, one more bug template thing... --- .github/ISSUE_TEMPLATE/bug.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3a80aaa94e..0ea754bd42 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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