From ad2470a7352443bf9800dcd4c1a8a75f9f8ec8eb Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 9 Aug 2021 16:07:26 +0000 Subject: [PATCH] Update docs, file formatting and docker images (#766) * docs: fix wrong licence link * fix: add more formatting settings, reformat all feat: add vscode extensions recommendations * docs: update contributing documentation * fix: remove unnecessary comment it was due to broken checkout * docs: rework installation section it has been brought up few times, new style should be easier to understand * docs: update images provided by catthehacker * docs: replace 18.04 with recent image * fix: add final new line --- .github/ISSUE_TEMPLATE/feature_template.md | 2 +- .github/ISSUE_TEMPLATE/issue_template.md | 2 +- .github/actions/choco/action.yml | 2 +- .github/actions/composite/action.yml | 2 +- .github/actions/composite/script.sh | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stale.yml | 30 +++++++++++----------- cmd/root.go | 6 ++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md index 2a24ebb9..533e8af4 100644 --- a/.github/ISSUE_TEMPLATE/feature_template.md +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -3,7 +3,7 @@ name: Feature request about: Use this template for requesting a feature/enhancement. title: "Enhancement: " labels: "kind/feature-request" -assignees: '' +assignees: "" --- ## Describe feature diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 6712e111..85a73bb6 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -3,7 +3,7 @@ name: Issue about: Use this template for reporting a bug/issue. title: "Issue: " labels: kind/bug -assignees: '' +assignees: "" ---