Fix URL in issue templates (#4818)

This commit is contained in:
qwerty287 2025-02-07 14:08:29 +02:00 committed by GitHub
parent 06166065c6
commit 95f63e42f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -80,11 +80,9 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/main/CODE_OF_CONDUCT.md)
# required: true
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
required: true
- label: Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.
required: true
- label: Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
- label: Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]
required: true

View file

@ -37,9 +37,7 @@ body:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/main/CODE_OF_CONDUCT.md)
# required: true
- label: Checked that the feature isn't part of the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
- label: Checked that the feature isn't part of the `next` version already [https://woodpecker-ci.org/versions]
required: true
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
required: true