generated from wessel/boilerplate-c
chore(boilerplate): Initialize
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,2 +1,6 @@
|
||||
blank_issues_enabled: false
|
||||
{{project.contact}}
|
||||
contact_links:
|
||||
- about: E-mail
|
||||
name: email
|
||||
url: contact@wessel.gg
|
||||
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
3
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user