diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..b63759d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,17 @@ +Please search for existing solutions to your problem. +- Issue list: https://github.com/dlang/dub/issues?q=is%3Aissue +- Cookbook: https://github.com/dlang/dub/wiki/Cookbook +- Stack Overflow: https://stackoverflow.com/questions/tagged/dub + +### System information +- **dub version** (e.g. dub 1.3.0) +- **OS Platform and distribution** (e.g. Windows 10, Linux Ubuntu 16.04) +- **compiler version** (e.g. dmd-2.074.1) + +### Bug Description + +### How to reproduce? + +### Expected Behavior + +### Logs