gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

CONTRIBUTING.md (579B)


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