Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 770B

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