Skip to content

Commit

Permalink
fix github issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Nov 2, 2023
1 parent b302ee0 commit f42ea05
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ body:
value: |
Thanks for making this bug report.
---
---
- type: input
id: spiderpool-version
attributes:
Expand Down Expand Up @@ -73,4 +73,3 @@ body:
description: Add any other context about the problem here.
validations:
required: false

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI failure
about: Report continuously failing tests or jobs in CI
description: Report continuously failing tests or jobs in CI
labels: ["kind/ci-bug"]
assignees: ["ty-dc"]
body:
Expand Down Expand Up @@ -27,4 +27,3 @@ body:
id: additional
attributes:
label: Anything else we need to know?

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ body:
label: The Type of Document Issue
multiple: true
options:
- "Lacking"
- "Wrong"
- "Outdated"
- "Other"
- "Lacking"
- "Wrong"
- "Outdated"
- "Other"
validations:
required: true
- type: textarea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
value: |
Thanks for making this suggestion!
___
- type: textarea
attributes:
Expand Down Expand Up @@ -40,4 +40,3 @@ body:
required: true
- label: I've checked all open and closed pull requests and my request is not there.
required: true

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
You are welcome to ask us for help, You can join the [#Spiderpool](https://cloud-native.slack.com/messages/spiderpool)
channel on CNCF Slack by requesting an **[invitation](https://slack.cncf.io/)** from CNCF Slack. Or refer to the
[MAINTAINERS.md](https://github.com/spidernet-io/spiderpool/blob/main/MAINTAINERS.md) to find the email addresses
[MAINTAINERS.md](https://github.com/spidernet-io/spiderpool/blob/main/MAINTAINERS.md) to find the email addresses
of all maintainers. Feel free to contact them via email to report any issues or ask questions.
---
Expand Down
1 change: 1 addition & 0 deletions .github/yamllint-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ignore: |
vendor/
charts/
test/yamls
.github/ISSUE_TEMPLATE
.licenserc.yaml
rules:
Expand Down

0 comments on commit f42ea05

Please sign in to comment.