https://github.com/statsd/statsd
Raw File
Tip revision: 7c07eec4e7cebbd376d8313b230cea96c6571423 authored by Elliot Blackburn on 22 August 2023, 12:52:19 UTC
Correct container image tagging
Tip revision: 7c07eec
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