docs: update issue templates

[skip ci]
This commit is contained in:
Remy Sharp
2020-04-28 12:11:48 +01:00
committed by GitHub
parent ee92ee470b
commit f18286e46c

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -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**.