UNPKG

770 BMarkdownView Raw
1# Contributing
2
3This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new
4changes. Anyone can submit changes. To get started, see the [cr.joyent.us user
5guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md).
6This repo does not use GitHub pull requests.
7
8See the [Joyent Engineering
9Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general
10best practices expected in this repository.
11
12Contributions 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
18If you're changing something non-trivial or user-facing, you may want to submit
19an issue first.