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 513B

123456789101112131415161718
  1. # Contributing
  2. Please feel free to file GitHub Issues or propose Pull Requests. We're always happy to discuss improvements to this library!
  3. ## Testing
  4. ```shell
  5. npm test
  6. ```
  7. ## Releasing
  8. Releases are supposed to be done from master, version bumping is automated through [`standard-version`](https://github.com/conventional-changelog/standard-version):
  9. ```shell
  10. npm run release -- --dry-run # verify output manually
  11. npm run release # follow the instructions from the output of this command
  12. ```