0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00

chore(ci): update issue templates, renovate config (#951)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-01-21 22:08:10 -05:00 committed by GitHub
parent 9d764e5889
commit 9644590998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ""
labels: '🐛 bug'
labels: ':bug: bug'
assignees: ''
---

View File

@ -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.

View File

@ -8,6 +8,7 @@
"gomodTidy",
"gomodUpdateImportPaths",
],
"ignorePaths": ["howtos/**"],
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
@ -29,7 +30,6 @@
"matchFileNames": [
"examples/**",
"example/**",
"howtos/**",
"docs/**",
],
"semanticCommitType": "chore",