https://github.com/statsd/statsd
Raw File
Tip revision: 0e20be57d4918dadf5b5fad61b5c61ef382f8860 authored by Elliot Blackburn on 22 August 2023, 12:15:32 UTC
release 0.10.2
Tip revision: 0e20be5
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