mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Fix/improve issue templates (#3232)
This commit is contained in:
parent
aae5d8449f
commit
3193a12671
4 changed files with 4 additions and 7 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -58,13 +58,9 @@ body:
|
||||||
options:
|
options:
|
||||||
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/main/CODE_OF_CONDUCT.md)
|
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/main/CODE_OF_CONDUCT.md)
|
||||||
# required: true
|
# required: true
|
||||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).
|
|
||||||
required: true
|
|
||||||
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
||||||
required: true
|
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.
|
- 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
|
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/faq#which-version-of-woodpecker-should-i-use]
|
||||||
required: true
|
required: true
|
||||||
- label: Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).
|
|
||||||
required: true
|
|
||||||
|
|
|
@ -6,3 +6,6 @@ contact_links:
|
||||||
- name: Frequently Asked Questions
|
- name: Frequently Asked Questions
|
||||||
url: https://woodpecker-ci.org/faq
|
url: https://woodpecker-ci.org/faq
|
||||||
about: Check the FAQs for common questions.
|
about: Check the FAQs for common questions.
|
||||||
|
- name: Support
|
||||||
|
url: https://github.com/woodpecker-ci/.github/blob/main/SUPPORT.md
|
||||||
|
about: Information about how you can get support.
|
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -41,8 +41,6 @@ body:
|
||||||
# required: true
|
# 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/faq#which-version-of-woodpecker-should-i-use]
|
||||||
required: true
|
required: true
|
||||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).
|
|
||||||
required: true
|
|
||||||
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
||||||
required: true
|
required: true
|
||||||
- label: Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.
|
- label: Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.
|
||||||
|
|
|
@ -42,7 +42,7 @@ repos:
|
||||||
entry: YAML filenames must have .yaml extension.
|
entry: YAML filenames must have .yaml extension.
|
||||||
language: fail
|
language: fail
|
||||||
files: .yml$
|
files: .yml$
|
||||||
exclude: '^.gitpod.yml$'
|
exclude: '^(.gitpod.yml|.github/ISSUE_TEMPLATE/config.yml)$'
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
autofix_commit_msg: |
|
autofix_commit_msg: |
|
||||||
|
|
Loading…
Reference in a new issue