Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug report template #130

Merged
merged 1 commit into from
Mar 12, 2021
Merged
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
40 changes: 22 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,59 +16,63 @@ your issue, and it is not provided (in a timely manner), your issue may be close

-->

## Current Behavior
# Current Behavior

<!-- What actually happens?
If you want to include console output, please use "Steps to Reproduce" below. -->

## Steps to Reproduce

### Steps to Reproduce
<!-- If the current behavior is a bug, please provide specific, minimal steps to independently reproduce.
Include the exact autometa commands that reproduce the issue and their output between the ticks below. -->
```

```
```bash

```

## Expected Behavior
# Expected Behavior
<!-- What do you think should happen? -->


## Environment Information

<details open><summary><code>autometa-configure --dryrun --debug</code></summary><p>
<details><summary><code>autometa-configure --dryrun --debug</code></summary><p>

<!-- between the ticks below, paste the output of 'autometa-configure --dryrun --debug' -->

```
```bash

```

</p></details>

## Run Information

<details><summary><code>cat path/to/your/input/metagenome.config</code></summary><p>
<details><summary>contents of <code>parameters.config</code></summary><p>
<!-- between the ticks below, paste the information from your input config file
'cat </path/to/your/input/metagenome.config>' -->
'cat </path/to/your/input/parameters.config>' -->

```
```bash

```

</p></details>

<details><summary><code>cat path/to/your/outdir/metagenome.config</code></summary><p>
<details><summary>contents of <code>.nextflow.log</code></summary><p>
<!-- between the ticks below, paste the information from the autometa written config file
within the output directory of the autometa run. 'cat </path/to/your/outdir/metagenome.config>' -->

```
```bash

```

</p></details>

<details><summary>Log information generated by autometa. If you have run
autometa with the <code>--log</code> flag, e.g. <code>autometa <your-input> --log <logfile></code>
then use the contents of the logfile.</summary><p>
<!-- between the ticks below, paste the log information generated during the run. -->
<details><summary>Additional information</summary><p>
<!-- between the ticks below, paste any additional information generated during
the run that you think would be helpful for troubleshooting. -->

```
```bash

```

</p></details>