Skip to content

Commit b7abe37

Browse files
committed
Added GitHub issue templates
1 parent 128a21b commit b7abe37

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
## Expected Behavior
4+
<!--- Tell us what should happen -->
5+
6+
## Current Behavior
7+
<!--- Tell us what happens instead of the expected behavior -->
8+
9+
## Possible Solution
10+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
11+
12+
## Steps to Reproduce
13+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
14+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
15+
1.
16+
2.
17+
3.
18+
4.
19+
20+
## Environment
21+
22+
<!-- Are you self-hosting or using the cloud version? -->
23+
- [ ] Self-hosting
24+
- [ ] Cloud version
25+
26+
<!-- If you are self-hosting, please provide the following information -->
27+
- **Version**: <!--- The version of solidtime you are using -->
28+
- **Did you use our guide? And if yes which one?**: <!--- The guide you used to set up solidtime -->
29+
30+
## Context (Environment)
31+
<!--- How has this issue affected you? What are you trying to accomplish? -->
32+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
33+
34+
<!--- Provide a general summary of the issue in the Title above -->
35+
36+
## Detailed Description
37+
<!--- Provide a detailed description of the change or addition you are proposing -->
38+
39+
## Possible Implementation
40+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This project is early stage. The structure and APIs are still subject to change and not stable.
2+
Therefore, we do not currently accept any contributions, unless you are a member of the team.
3+
4+
As soon as we feel comfortable enough that the application structure is stable enough, we will open up the project for contributions.
5+
6+
We do accept contributions in the [documentation repository](https://github.com/solidtime-io/docs) f.e. to add new self-hosting guides.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🚀 Feature Request
4+
url: https://github.com/solidtime-io/solidtime/discussions/new?category=feature-requests
5+
about: Share ideas for new features
6+
- name: ❓ Ask a Question
7+
url: https://github.com/solidtime-io/solidtime/discussions/new?category=general
8+
about: Ask the community for help

0 commit comments

Comments
 (0)