Skip to content

Commit 0d4ffa1

Browse files
committed
Fixed GitHub issue templates
1 parent b7abe37 commit 0d4ffa1

File tree

3 files changed

+49
-40
lines changed

3 files changed

+49
-40
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: "Report a bug"
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Before creating a new bug report, please check that there isn't already a similar issue.
8+
9+
- type: textarea
10+
attributes:
11+
label: Description
12+
description: A clear and concise description of what the bug is.
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
attributes:
18+
label: "Steps To Reproduce"
19+
description: How do you trigger this bug? Please walk us through it step by step.
20+
value: |
21+
1.
22+
2.
23+
3.
24+
...
25+
validations:
26+
required: false
27+
28+
- type: dropdown
29+
attributes:
30+
label: "Self-hosted or Cloud?"
31+
options:
32+
- Self-Hosted
33+
- solidtime Cloud
34+
- Both
35+
36+
- type: input
37+
attributes:
38+
label: "Version of solidtime: (for self-hosted)"
39+
validations:
40+
required: false
41+
42+
- type: input
43+
attributes:
44+
label: "solidtime self-hosting guide: (for self-hosted)"
45+
description: "Did you use the official guide to self-host solidtime? If yes, which one?"
46+
validations:
47+
required: false

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--
12
This project is early stage. The structure and APIs are still subject to change and not stable.
23
Therefore, we do not currently accept any contributions, unless you are a member of the team.
34
45
As soon as we feel comfortable enough that the application structure is stable enough, we will open up the project for contributions.
56
67
We do accept contributions in the [documentation repository](https://github.com/solidtime-io/docs) f.e. to add new self-hosting guides.
8+
-->

0 commit comments

Comments
 (0)