Skip to content

Commit

Permalink
feat(github): add issue template (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustjieke committed Jun 10, 2022
1 parent 2cd3b33 commit c00ca46
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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. -->

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/general_question.md
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)
-->

0 comments on commit c00ca46

Please sign in to comment.