Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.53 KB

Contributing

Chronos encourages contributions to this product.

Pull Requests

Chronos welcomes all pull requests.

  1. Fork the repo and create a working branch from master.
  2. If you've added any code that requires testing, add tests.
  3. If you've changed APIs, update the README.md.
  4. Check to ensure that all tests pass.
  5. Make sure code is formatted with prettier and follows the Airbnb React/JSX Style Guide.
  6. Create a pull request to master.

Getting started

  • npm run bot: Run Node and Electron at the same time to start Chronos app
    • To make changes to codebase on the Main Process
      • Files in the main process must be compiled prior to starting the app
        • In the terminal un Chronos directory, input tsc to comile typescript files
        • Once compiled, npm run both
        • Note** If typescript is not installed, npm install -g typescript

Issues

Please do not hesitate to file issues. Chronos is based off of community feedback and is always looking for ways to get better. The team behind Chronos is interested to hear about your experience and how we can improve it.

Please do not hesitate to submit issues that promote bugs or offer ways to enhance to Chronos. When submitting issues, ensure your description is clear and has instructions to be able to reproduce the issue.

Get in touch

We use GitHub as a platform of communication between users and developers to promote transparency. We thrive off of the community support and feedback