Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
144 changes: 144 additions & 0 deletions issue_templates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
# 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.]

**Screenshots**

[If applicable, add screenshots to help explain your problem.]

**Environment (please complete the following information):**
- OS: [e.g. Fedora, RHEL, CentOS, Ubuntu, Debian, Windows, MacOS, Linux]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Comment thread
Leo6Leo marked this conversation as resolved.
Outdated

**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
Comment thread
Leo6Leo marked this conversation as resolved.

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 '....'
Comment thread
Leo6Leo marked this conversation as resolved.
4. See error

**Environment (please complete the following information):**
- OS: [e.g. Windows, MacOS, Linux]
- Browser [e.g. chrome, safari, edge]
- Version [e.g. 22]
Comment thread
Leo6Leo marked this conversation as resolved.
Outdated

**Expected behavior on this environment**

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

**Screenshots**

[If applicable, add screenshots to help explain your problem]
Comment thread
Leo6Leo marked this conversation as resolved.
Outdated

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



# Question
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this be a better fit for the 'Discussions' feature on GitHub?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.github.com/en/discussions/quickstart

Good point. You may need to set it up in the setting of this repo

@Cali0707

name: Questions to the Community

about: Ask the community a question about the project

title: "[QUESTION]"

labels: 'question'

**Your Question**

[A clear and concise description of your question.]

**Describe any context or related information**

[Add any context or related information that would help in understanding or answering your question.]
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Leo adding this test file
Comment thread
Leo6Leo marked this conversation as resolved.
Outdated