Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.31 KB

File metadata and controls

40 lines (27 loc) · 1.31 KB

Contributing

Thanks for your interest in contributing to sp-cron! We very much look forward to your suggestions, bug reports, and pull requests.

Submitting bug reports

Have a look at our issue tracker. If you can't find an issue (open or closed) describing your problem (or a very similar one) there, please open a new issue with the following details:

  • Which versions of Scala and sp-cron are you using?
  • What are you trying to accomplish?
  • What is the full error you are seeing?
  • How can we reproduce this?
    • Please quote as much of your code as needed to reproduce (best link to a public repository or [Gist])

Submitting feature requests

If you can't find an issue (open or closed) describing your idea on our issue tracker, open an issue. Adding answers to the following questions in your description is +1:

  • What do you want to do, and how do you expect sp-cron to support you with that?
  • How might this be added to sp-cron?
  • What are possible alternatives?
  • Are there any disadvantages?

Contribute code to sp-cron

Ask that all code submited is unit tested and passing before submitting a pull request.

Setup

Checkout the README to view the setup steps.