mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-10 07:08:35 +05:30
Add an issue template (#1)
* Add an issue template Signed-off-by: Sarita Singh <saritasingh.0425@gmail.com> * Update .github/ISSUE_TEMPLATE/improve.yml Co-authored-by: Avinal Kumar <avinal.xlvii@gmail.com> Co-authored-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
26
.github/ISSUE_TEMPLATE/improve.yml
vendored
Normal file
26
.github/ISSUE_TEMPLATE/improve.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user