From 74ad32bd0fca1525eda18cf2f74bbe217db92520 Mon Sep 17 00:00:00 2001 From: Leo HC Li <36619969+Leo6Leo@users.noreply.github.com> Date: Sun, 23 Jul 2023 02:06:07 -0400 Subject: [PATCH 1/4] test --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..4bb116b --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Leo adding this test file \ No newline at end of file From 5c41f694100fd8d530bf2fb85a36ec829d52d0f8 Mon Sep 17 00:00:00 2001 From: Leo HC Li <36619969+Leo6Leo@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:44:38 -0400 Subject: [PATCH 2/4] Add the issue templates --- issue_templates.md | 144 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 issue_templates.md diff --git a/issue_templates.md b/issue_templates.md new file mode 100644 index 0000000..70673cb --- /dev/null +++ b/issue_templates.md @@ -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] + +**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] +- Browser [e.g. chrome, safari, edge] +- Version [e.g. 22] + +**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] + +**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 +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.] From ff79a21c4b89067746f78724bdb275dba969a15e Mon Sep 17 00:00:00 2001 From: Leo HC Li <36619969+Leo6Leo@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:26:51 -0400 Subject: [PATCH 3/4] Fix the comment --- issue_templates.md | 17 ----------------- test.txt | 1 - 2 files changed, 18 deletions(-) delete mode 100644 test.txt diff --git a/issue_templates.md b/issue_templates.md index 70673cb..db97b23 100644 --- a/issue_templates.md +++ b/issue_templates.md @@ -125,20 +125,3 @@ labels: 'improvement' [Add any other context or screenshots about the improvement suggestion here.] - -# Question -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.] diff --git a/test.txt b/test.txt deleted file mode 100644 index 4bb116b..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -Leo adding this test file \ No newline at end of file From c3514af6c01d5ea6b764663a82656690fc46fa59 Mon Sep 17 00:00:00 2001 From: Leo Li Date: Tue, 10 Oct 2023 04:18:42 +0000 Subject: [PATCH 4/4] Update the issue template --- issue_templates.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/issue_templates.md b/issue_templates.md index db97b23..f673f1a 100644 --- a/issue_templates.md +++ b/issue_templates.md @@ -49,15 +49,13 @@ Steps to reproduce the behavior: [A clear and concise description of what you expected to happen.] -**Screenshots** +**Error Log** -[If applicable, add screenshots to help explain your problem.] +[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] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - +- Shell you are using: [e.g. zsh, bash, fish] **Additional context** [Add any other context about the problem here.] @@ -89,16 +87,16 @@ Steps to reproduce the behavior: **Environment (please complete the following information):** - OS: [e.g. Windows, MacOS, Linux] -- Browser [e.g. chrome, safari, edge] +- 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] -**Screenshots** +**Error Log** -[If applicable, add screenshots to help explain your problem] +[Please copy and paste your error or logs here.] **Additional context**