Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Feb 14, 2019
1 parent ddb8516 commit 3bec577
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,49 @@ labels: bug
assignees: ''

---
# Bug Report

## Describe the bug

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
## To Reproduce

Steps to reproduce the behavior:

1. step 1
2. step 2

(for extended explanation, use the additional context section)

**Minimal Notebook Example**
## Minimal Notebook Example

If possible, please create a minimal Jupyter Notebook to replicate the issue.
Then rename its file extension to `.txt` (since Github rejects .ipynb),
Then rename its file extension to `.txt` (since Github rejects .ipynb),
and drag and drop it here.

**Expected behavior**
## Expected Behaviour

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

**Runtime Information (please complete the following information):**
- IPyPublish [e.g. 0.8.3]:
- Python: [e.g. 3.6.1]
- OS: [e.g. OSX 10.5.1]
- Pandoc: [run `pandoc --version`]
## Runtime Information

- (optional for pdf issues) texlive: [run `tex`]
- (optional for pdf issues) latexmk: [run `latexmk --version`]

- Versions of any other relevant python packages
(please complete the following information)

- IPyPublish: [e.g. 0.8.3]
- Python: [e.g. 3.6.1]
- OS: [e.g. OSX 10.5.1]
- Pandoc: [run `pandoc --version`]

- (optional for pdf issues) texlive: [run `tex`]
- (optional for pdf issues) latexmk: [run `latexmk --version`]

- Versions of any other relevant python packages

## Additional context

**Additional context**
Add any other context about the problem here.

**Logging**
## Logging

Drag and drop the log file here, or copy and paste the output from the terminal

0 comments on commit 3bec577

Please sign in to comment.