CONTRIBUTING.md

 1# Contributing
 2
 3Logr is open to pull-requests, provided they fit within the intended scope of
 4the project.  Specifically, this library aims to be VERY small and minimalist,
 5with no external dependencies.
 6
 7## Compatibility
 8
 9This project intends to follow [semantic versioning](http://semver.org) and
10is very strict about compatibility.  Any proposed changes MUST follow those
11rules.
12
13## Performance
14
15As a logging library, logr must be as light-weight as possible.  Any proposed
16code change must include results of running the [benchmark](./benchmark)
17before and after the change.