From 459f2e3280d6c1aa8ee3985c281f079ea8d8a192 Mon Sep 17 00:00:00 2001 From: Francesco Cheinasso Date: Wed, 6 Sep 2023 10:35:38 +0200 Subject: [PATCH] Issues template refactoring --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ .github/workflows/lint.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cbda81450d..db0b941e95 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,8 +15,10 @@ labels: kind/bug #### Environment: - Liqo version: +- Liqoctl version: - Kubernetes version (use `kubectl version`): - Cloud provider or hardware configuration: +- Node image: - Network plugin and version: - Install tools: - Others: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b04862f455..f111ef2d97 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -95,6 +95,7 @@ jobs: with: config: '.markdownlint.yml' args: '**/*.md' + ignore: .github/ISSUE_TEMPLATE/*.md doclint: name: Lint documentation files