Skip to content

Commit

Permalink
docs: update issue templates
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy committed Apr 28, 2020
1 parent ee92ee4 commit f18286e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help nodemon improve
title: ''
labels: ''
assignees: ''

---

<!--
when raising an issue please include replies to the following questions,
and if you're reporting a bug, please include details on how to replicate
and **assume** I have no knowledge of how your systems work - that includes
gulp, grunt, webpack, etc. Thank you so much <3
-->

- `nodemon -v`:
- `node -v`:
- Operating system/terminal environment:
- Using Docker? What image:
- Command you ran:


### Expected behaviour


### Actual behaviour


### Steps to reproduce


---

If applicable, please append the `--dump` flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens**.

0 comments on commit f18286e

Please sign in to comment.