Skip to content

Commit 5683ead

Browse files
committed
chore(github): add form for bug report
1 parent e83d7a8 commit 5683ead

3 files changed

Lines changed: 61 additions & 33 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: "\U0001F41E Bug report"
2+
description: Report an issue with massCode
3+
title: "[Bug]: "
4+
labels: [pending triage]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
id: describe
12+
attributes:
13+
label: Describe the bug
14+
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: reproduse
19+
attributes:
20+
label: To reproduce
21+
description: Steps to reproduce the behavior
22+
value: |
23+
1. Go to ...
24+
2. Click on ...
25+
3. Scroll down to ..
26+
4. See error
27+
validations:
28+
required: true
29+
- type: input
30+
id: version
31+
attributes:
32+
label: Version
33+
description: What version of massCode are you running?
34+
placeholder: e.g. 2.0.0, 2.1.0-beta.6
35+
validations:
36+
required: true
37+
- type: input
38+
id: os
39+
attributes:
40+
label: OS
41+
description: What version of OS are you using?
42+
placeholder: e.g. macOS Monterey 12.1, Windows 10
43+
validations:
44+
required: true
45+
- type: checkboxes
46+
id: validation
47+
attributes:
48+
label: Validations
49+
description: Before submitting the issue, please make sure you do the following
50+
options:
51+
- label: Follow our [Code of Conduct](https://github.com/massCodeIO/massCode/blob/master/CODE_OF_CONDUCT.md)
52+
required: true
53+
- label: Check that there isn't [already an issue](https://github.com/massCodeIO/massCode/issues) that reports the same bug to avoid creating a duplicate.
54+
required: true
55+
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/massCodeIO/massCode/discussions).
56+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Questions & Discussions
4+
url: https://github.com/massCodeIO/massCode/discussions
5+
about: Use GitHub discussions for message-board style questions and discussions.

0 commit comments

Comments
 (0)