chore(issues): Add issue templates with links to Discord/Discussions (#152)

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell 2022-06-15 08:42:26 -05:00 committed by GitHub
parent 55d1c51c8f
commit f739300415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 0 deletions

38
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help Dragonfly DB improve
title: ''
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Insert records using `command`
2. Query records using `command`
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [ubuntu 20.04]
- Kernel: [MUST BE 5.10 or greater] # Command: `uname -a`
- Containerized?: [Bare Metal, Docker, Docker Compose, Docker Swarm, Kubernetes, Other]
- Version [e.g. 0.3.0]
**Reproducible Code Snippet**
```
# Minimal code snippet to reproduce this bug
```
**Additional context**
Add any other context about the problem here.

14
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: Dragonfly DB Discord Channel
url: https://discord.gg/HsPjXGVH85
about: Get help! Ask questions, get support, and share ideas.
- name: GitHub Discussions
url: https://github.com/dragonflydb/dragonfly/discussions
about: Ask Questions. Benchmark Questions Belong here.
- name: Twitter
url: https://twitter.com/romanger
about: Follow Roman on Twitter

View File

@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for Dragonfly DB
title: ''
labels: 'feature request'
assignees: ''
---
**Did you search GitHub Issues and GitHub Discussions First?**
Many users may find their feature is already being discussed. Help us keep duplicates to a minimum by searching for your feature first to see if it is already in progress.
**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.