aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBjoern Rabenstein <beorn@soundcloud.com>2015-01-22 17:11:26 +0100
committerBjoern Rabenstein <beorn@soundcloud.com>2015-01-22 17:11:26 +0100
commite03ed0aedff206afbf9d62274be2711e36405ac1 (patch)
treefd2456b89dde9848f544f794d0001ffc3073e852 /CONTRIBUTING.md
parentb3475f7a0665cfe2e8d493b69c1263ad9b5b0d19 (diff)
downloadprometheus_node_collector-e03ed0aedff206afbf9d62274be2711e36405ac1.tar.bz2
prometheus_node_collector-e03ed0aedff206afbf9d62274be2711e36405ac1.tar.xz
prometheus_node_collector-e03ed0aedff206afbf9d62274be2711e36405ac1.zip
License cleanup
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..5705f0f
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,18 @@
1# Contributing
2
3Prometheus uses GitHub to manage reviews of pull requests.
4
5* If you have a trivial fix or improvement, go ahead and create a pull
6 request, addressing (with `@...`) one or more of the maintainers
7 (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
8
9* If you plan to do something more involved, first discuss your ideas
10 on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
11 This will avoid unnecessary work and surely give you and us a good deal
12 of inspiration.
13
14* Relevant coding style guidelines are the [Go Code Review
15 Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments)
16 and the _Formatting and style_ section of Peter Bourgon's [Go: Best
17 Practices for Production
18 Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).