Skip to content

Commit 4fe3fe2

Browse files
committed
Update issue templates
1 parent b4f972e commit 4fe3fe2

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug or Error report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug or error is.
12+
13+
**Error message**
14+
Paste the complete log message, include the main task log and failed subtask log.
15+
The main task log is usually located in your working directory and is named `pidXXX.log.info` and the main task log will tell you the failed subtask log in the last few lines, such as:
16+
<pre>
17+
[ERROR] 2020-07-01 11:06:57,184 polish_genome failed: please check the following logs:
18+
[ERROR] 2020-07-01 11:06:57,185 <ins>~/NextPolish/test_data/01_rundir/00.lgs_polish/04.polish.ref.sh.work/polish_genome0/nextPolish.sh.e</ins>
19+
</pre>
20+
21+
**Operating system**
22+
Which operating system and version are you using?
23+
You can use the command `lsb_release -a` to get it.
24+
25+
**GCC**
26+
What version of GCC are you using?
27+
You can use the command `gcc -v` to get it.
28+
29+
**Python**
30+
What version of Python are you using?
31+
You can use the command `python --version` to get it.
32+
33+
**NextPolish**
34+
What version of NextPolish are you using?
35+
You can use the command `nextPolish -v` to get it.
36+
37+
**To Reproduce** (Optional)
38+
Steps to reproduce the behavior. Providing a minimal test dataset on which we can reproduce the behavior will generally lead to quicker turnaround time!
39+
40+
**Additional context** (Optional)
41+
Add any other context about the problem here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: 'Question or Feature request '
3+
about: Ask a question or suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Question or Expected behavior**
11+
A clear and concise description of your question or what you expected to happen.
12+
13+
**Operating system**
14+
Which operating system and version are you using?
15+
You can use the command `lsb_release -a` to get it.
16+
17+
**GCC**
18+
What version of GCC are you using?
19+
You can use the command `gcc -v` to get it.
20+
21+
**Python**
22+
What version of Python are you using?
23+
You can use the command `python --version` to get it.
24+
25+
**NextPolish**
26+
What version of NextPolish are you using?
27+
You can use the command `nextPolish -v` to get it.
28+
29+
**Additional context** (Optional)
30+
Add any other context about the problem here.

0 commit comments

Comments
 (0)