mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +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:
parent
9d764e5889
commit
9644590998
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ""
|
title: ""
|
||||||
labels: '🐛 bug'
|
labels: ':bug: bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,13 +2,13 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ""
|
title: ""
|
||||||
labels: '✨ enhancement'
|
labels: ':sparkles: enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**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**
|
**Describe the solution you'd like**
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
|
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -8,6 +8,7 @@
|
|||||||
"gomodTidy",
|
"gomodTidy",
|
||||||
"gomodUpdateImportPaths",
|
"gomodUpdateImportPaths",
|
||||||
],
|
],
|
||||||
|
"ignorePaths": ["howtos/**"],
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
@ -29,7 +30,6 @@
|
|||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"examples/**",
|
"examples/**",
|
||||||
"example/**",
|
"example/**",
|
||||||
"howtos/**",
|
|
||||||
"docs/**",
|
"docs/**",
|
||||||
],
|
],
|
||||||
"semanticCommitType": "chore",
|
"semanticCommitType": "chore",
|
||||||
|
Loading…
Reference in New Issue
Block a user