Files
conan-center-index/.github/ISSUE_TEMPLATE/service.yml
Rubén Rincón Blanco c9de102657 (#14758) Use yml syntax for issue templates
* Use yml syntax for issue templates

* Fix indentation
2022-12-15 23:05:57 +01:00

19 lines
602 B
YAML

name: 'Service: Infrastructure Bugs Or Requests'
description: Bug or feature requests for Conan Center Index itself
title: '[service] SHORT DESCRIPTION'
labels: 'service'
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a report.
**Please don't forget to update the issue title.**
- type: textarea
id: contents
attributes:
label: What is your problem/feature request?
description: Please be as specific as possible!
placeholder: Hi! I would like for Conan Center Index to ...
validations:
required: true