twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

CONTRIBUTING.md (770B)


      1 # Contributing
      2 
      3 This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new
      4 changes.  Anyone can submit changes.  To get started, see the [cr.joyent.us user
      5 guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md).
      6 This repo does not use GitHub pull requests.
      7 
      8 See the [Joyent Engineering
      9 Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general
     10 best practices expected in this repository.
     11 
     12 Contributions should be "make prepush" clean.  The "prepush" target runs the
     13 "check" target, which requires these separate tools:
     14 
     15 * https://github.com/davepacheco/jsstyle
     16 * https://github.com/davepacheco/javascriptlint
     17 
     18 If you're changing something non-trivial or user-facing, you may want to submit
     19 an issue first.