https://github.com/statsd/statsd
Raw File
Tip revision: 51d821790c29bc930814fe64a1b28d8fdc1d8237 authored by Mike Heffner on 11 May 2023, 16:03:15 UTC
release 0.10.1
Tip revision: 51d8217
CONTRIBUTING.md
# Contribute

You're interested in contributing to StatsD? *AWESOME*. Here are the basic steps:

1. fork StatsD from here: http://github.com/statsd/statsd
2. Clone your fork
3. Hack away
4. If you are adding new functionality, document it in the [docs][d]
5. If necessary, rebase your commits into logical chunks, without errors
6. Verify your code by running the test suite, and adding additional tests if able.
7. Push the branch up to GitHub
8. Send a pull request to the statsd/statsd project.

We'll do our best to get your changes in!

# Contributors

In lieu of a list of contributors, check out the [commit history for the project](https://github.com/statsd/statsd/graphs/contributors)

[d]: https://github.com/statsd/statsd/tree/master/docs
back to top