-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github): add issue template (#3)
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: "\U0001F41B Bug or Crash Report" | ||
title: "bug: " | ||
about: Unexpected behavior with StoneDB. | ||
labels: ["A-bug"] | ||
--- | ||
|
||
**Describe the problem** | ||
<!-- Please describe the problem you observed. --> | ||
|
||
**Expected behavior** | ||
|
||
<!-- Expected behavior you want to see. --> | ||
|
||
**How To Reproduce** | ||
|
||
<!-- If possible, provide minimal steps to reproduce the behavior. --> | ||
|
||
**Environment** | ||
<!-- Please describe your environment. | ||
- Server OS [e.g. Linux/MacOS/Distrib ...] | ||
- StoneDB Version [e.g. 1.0.x] --> | ||
|
||
**Additional context** | ||
<!-- What was the impact? Add any other context about the problem here. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: "\U0001F680 Feature request" | ||
title: "feature: " | ||
about: Suggest an idea for StoneDB | ||
labels: ["A-feature"] | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context or screenshots about the feature request here. --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: "\U0001F914 Ask a Question" | ||
title: "question: " | ||
about: Need support & not sure if this a bug? You can ask a question. | ||
labels: ["A-question"] | ||
--- | ||
|
||
## General Question | ||
|
||
<!-- | ||
Before asking a question, make sure you have: | ||
- Searched existing Stack Overflow questions. | ||
- Googled your question. | ||
- Searched open and closed [GitHub issues](https://github.com/stoneatom/stonedb/issues) | ||
- Read the documentation: | ||
- [StoneDB Readme](https://github.com/stoneatom/stonedb) | ||
- [StoneDB Doc](https://github.com/stoneatom/stonedb/docs) | ||
--> | ||
|