Skip to content

Commit

Permalink
improve issues/PRs
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout committed Feb 10, 2025
1 parent fe76257 commit b1c4b54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ contact_links:
about: Join our CNCF Slack Channel and access Kubeflow community meetings.
- name: Our channel on the CNCF Slack is kubeflow-platform.
url: https://app.slack.com/client/T08PSQ7BQ/C073W572LA2
about: You can join our channel on the CNCF slack.
about: You can join our channel on the CNCF slack.

Check failure on line 8 in .github/ISSUE_TEMPLATE/config.yml

View workflow job for this annotation

GitHub Actions / format_YAML_files

8:55 [trailing-spaces] trailing spaces

Check failure on line 9 in .github/ISSUE_TEMPLATE/config.yml

View workflow job for this annotation

GitHub Actions / format_YAML_files

9:5 [new-line-at-end-of-file] no new line character at the end of file

Check failure on line 9 in .github/ISSUE_TEMPLATE/config.yml

View workflow job for this annotation

GitHub Actions / format_YAML_files

9:1 [trailing-spaces] trailing spaces
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ body:
attributes:
value: |
> **Note:** All required fields must be completed before submitting your report.
Thank you for your contribution.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [ ] I have tested these changes with kustomize. See [Installation Prerequisites](https://github.com/kubeflow/manifests#prerequisites).
- [ ] All commits are [_signed-off_](https://github.com/kubeflow/community/tree/master/dco-signoff-hook#signing-off-commits) to satisfy the DCO check.

---

---
> You can join the CNCF Slack and access our meetings at the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/) website. Our channel on the CNCF Slack is here [**#kubeflow-platform**](https://app.slack.com/client/T08PSQ7BQ/C073W572LA2).
6 changes: 3 additions & 3 deletions .github/workflows/linting_bash_python_yaml_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
format_python_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Python Files Formatting Guidelines
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
format_YAML_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
format_bash_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b1c4b54

Please sign in to comment.