-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci]
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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**. |