Skip to content

Commit df8faac

Browse files
authored
Update README.md
1 parent d77ac56 commit df8faac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,13 @@ Optionally, to create an F# module use the `-lang` or `--language` flag as follo
9090

9191
```
9292
dotnet new aziotedgemodule -lang F# -n <your_module_name>
93-
```
93+
```
94+
95+
## Support
96+
The team monitors the issue section on regular basis and will try to assist with troubleshooting or questions related IoT Edge tools on a best effort basis.
97+
98+
A few tips before opening an issue. Try to generalize the problem as much as possible. Examples include
99+
- Removing 3rd party components
100+
- Reproduce the issue with provided deployment manifest used
101+
- Specify whether issue is reproducible on physical device or simulated device or both
102+
Also, Consider consulting on the [docker docs channel](https://github.com/docker/docker.github.io) for general docker questions.

0 commit comments

Comments
 (0)