source: trip-planner-front/node_modules/verror/CONTRIBUTING.md@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 770 bytes
Line 
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.
Note: See TracBrowser for help on using the repository browser.