-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates: use yq's indentation style
Fix issue 1389 so that we can eventually automate updating yamls (issue 1347) using yq. Use `git show --ignore-all-space --ignore-blank-lines` to review this commit. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
- Loading branch information
1 parent
a4fdc5d
commit cd16315
Showing
48 changed files
with
1,316 additions
and
1,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Bug report | ||
description: Report a potential bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please make sure to include the version of Lima and the host OS | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please make sure to include the version of Lima and the host OS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question (GitHub Discussions) | ||
url: https://github.com/lima-vm/lima/discussions | ||
about: We use GitHub Discussions for questions, GitHub issues for tracking bug reports and feature requests | ||
- name: Chat with Lima users and developers | ||
url: https://slack.cncf.io/ | ||
about: CNCF slack has `#lima` channel | ||
- name: Ask a question (GitHub Discussions) | ||
url: https://github.com/lima-vm/lima/discussions | ||
about: We use GitHub Discussions for questions, GitHub issues for tracking bug reports and feature requests | ||
- name: Chat with Lima users and developers | ||
url: https://slack.cncf.io/ | ||
about: CNCF slack has `#lima` channel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Feature request | ||
description: Request a feature | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
- type: textarea | ||
attributes: | ||
label: Description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- AkihiroSuda | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- AkihiroSuda | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- AkihiroSuda | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- AkihiroSuda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.