Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 125 additions & 0 deletions issue_templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
# Feature Request
name: Feature Request

about: Suggest an idea for this project

title: "[FEATURE]"

labels: 'feature request'

**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.]

# Bug Report
name: Bug Report

about: Create a report to help us improve

title: "[BUG]"

labels: 'bug'


**Describe the bug**

[A clear and concise description of what the bug is.]

**To Reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**

[A clear and concise description of what you expected to happen.]

**Error Log**

[Please copy and paste your error or logs here.]

**Environment (please complete the following information):**
- OS: [e.g. Fedora, RHEL, CentOS, Ubuntu, Debian, Windows, MacOS, Linux]
- Shell you are using: [e.g. zsh, bash, fish]
**Additional context**

[Add any other context about the problem here.]


# Compatibility Issue

name: Compatibility Issue

about: Report a problem related to system or browser compatibility

title: "[COMPATIBILITY]"

labels: 'compatibility'



**Describe the Compatibility Issue**

[A clear and concise description of what the compatibility issue is.]

**To Reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Environment (please complete the following information):**
- OS: [e.g. Windows, MacOS, Linux]
- Shell you are using: [e.g. zsh, bash, fish]
- Version [e.g. 22]

**Expected behavior on this environment**

[A clear and concise description of what you expected to happen]

**Error Log**

[Please copy and paste your error or logs here.]

**Additional context**

[Add any other context about the problem here.]


# Improvement Suggestions
name: Improvement Suggestions

about: Suggest a way to improve something that already exists in the project

title: "[IMPROVEMENT]"

labels: 'improvement'


**Describe the current behavior**
[A clear and concise description of what the behavior is.]

**Describe the improvement you'd like**
[A clear and concise description of what you want to happen.]

**Additional context**
[Add any other context or screenshots about the improvement suggestion here.]