From 96445909989fbb65a8a28aad4f98ce072db93e79 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:08:10 -0500 Subject: [PATCH] chore(ci): update issue templates, renovate config (#951) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/renovate.json5 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4f5c30db..179af8a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "" -labels: '🐛 bug' +labels: ':bug: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c7e8d1e0..f4fc2e18 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,13 +2,13 @@ name: Feature request about: Suggest an idea for this project title: "" -labels: '✨ enhancement' +labels: ':sparkles: enhancement' assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. Ex. I'm always frustrated when <...> **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d5db611e..f5b8626a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,6 +8,7 @@ "gomodTidy", "gomodUpdateImportPaths", ], + "ignorePaths": ["howtos/**"], "rebaseWhen": "behind-base-branch", "packageRules": [ { @@ -29,7 +30,6 @@ "matchFileNames": [ "examples/**", "example/**", - "howtos/**", "docs/**", ], "semanticCommitType": "chore",