mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-10 23:28:36 +05:30
27 lines
597 B
YAML
27 lines
597 B
YAML
name: Improve
|
|
description: This is an issue template.
|
|
labels:
|
|
- content
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
*This is an issue template*
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: Please check
|
|
options:
|
|
- label: I have done all required
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the problem?
|
|
description: Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
|
|
validations:
|
|
required: true
|
|
|