chore(boilerplate): Initialize

This commit is contained in:
2025-09-03 09:40:11 +02:00
committed by Wessel Tip
parent 4c25561d5b
commit 913ef3f0ac
11 changed files with 31 additions and 109 deletions

View File

@@ -6,7 +6,8 @@ body:
id: package
attributes:
label: Which part is this bug report for?
options: {{tree.parts}}
options: ['']
validations:
required: true
- type: textarea
@@ -26,7 +27,7 @@ body:
attributes:
label: Code sample
description: Include a reproducible, minimal code sample. This will be automatically formatted into code, so no need for backticks.
render: {{project.lang}}
render: cpp
placeholder: |
Your code sample should be...
... Minimal - Use as little code as possible that still produces the same problem (and is understandable)
@@ -42,9 +43,9 @@ body:
- type: input
id: lang-version
attributes:
label: '{{project.lang}} version'
label: 'cpp version'
description: |
Which version of {{project.lang}} are you using?
Which version of cpp are you using?
validations:
required: true
- type: input

View File

@@ -1,2 +1,6 @@
blank_issues_enabled: false
{{project.contact}}
contact_links:
- about: E-mail
name: email
url: contact@wessel.gg

View File

@@ -10,7 +10,8 @@ body:
id: package
attributes:
label: Which part is this feature request for?
options: {{tree.parts}}
options: ['']
validations:
required: false
- type: textarea