]> go.fuhry.dev Git - fsnotify.git/commitdiff
update contributing/issues
authorNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 04:47:24 +0000 (22:47 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 10 Jul 2014 04:47:24 +0000 (22:47 -0600)
CONTRIBUTING.md

index d1f0147fc5b4da5a66002fa2305570b69b4e9e2f..853d41c5e18b4da6e0ccfb6d04245ec22321b51a 100644 (file)
@@ -1,12 +1,16 @@
 # Contributing
 
 * Send questions to [golang-dev@googlegroups.com](mailto:golang-dev@googlegroups.com). 
-* Request features and report bugs using the [GitHub Issue Tracker](https://github.com/go-fsnotify/fsnotify/issues).
 
-A future version of Go will have [fsnotify in the standard library](https://code.google.com/p/go/issues/detail?id=4068), therefore fsnotify carries the same [LICENSE](https://github.com/go-fsnotify/fsnotify/blob/master/LICENSE) as Go. Contributors retain their copyright, so we need you to fill out a short form before we can accept your contribution: [Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual).
+### Issues
+
+* Request features and report bugs using the [GitHub Issue Tracker](https://github.com/go-fsnotify/fsnotify/issues).
+* Please indicate the platform you are running on.
 
 ### Pull Requests
 
+A future version of Go will have [fsnotify in the standard library](https://code.google.com/p/go/issues/detail?id=4068), therefore fsnotify carries the same [LICENSE](https://github.com/go-fsnotify/fsnotify/blob/master/LICENSE) as Go. Contributors retain their copyright, so we need you to fill out a short form before we can accept your contribution: [Google Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual).
+
 To hack on fsnotify:
 
 1. Install as usual (`go get -u github.com/go-fsnotify/fsnotify`)
@@ -29,6 +33,8 @@ If other team members need your patch before I merge it:
 
 Notice: For smooth sailing, always use the original import path. Installing with `go get` makes this easy.
 
+Note: The maintainers will update the CHANGELOG on your behalf. Please don't modify it in your pull request.
+
 ### Testing
 
 fsnotify uses build tags to compile different code on Linux, BSD, OS X, and Windows.