* editor config sets 4 spaces per tab
via https://github.com/isaacs/github/issues/170#issuecomment-
181814560
[ci skip]
* pull request and issue templates
https://help.github.com/articles/helping-people-contribute-to-your-project/
[ci skip]
* issue template: provide commands to get OS version
suggested by @mdlayher
[ci skip]
--- /dev/null
+root = true
+
+[*]
+indent_style = tab
+indent_size = 4
--- /dev/null
+Before reporting an issue, please ensure you are using the latest release of fsnotify.
+
+### Which operating system (GOOS) and version are you using?
+
+Linux: lsb_release -a
+macOS: sw_vers
+Windows: systeminfo | findstr /B /C:OS
+
+### Please describe the issue that occurred.
+
+### Are you able to reproduce the issue? Please provide steps to reproduce and a code sample if possible.
--- /dev/null
+#### What does this pull request do?
+
+
+#### Where should the reviewer start?
+
+
+#### How should this be manually tested?
+