Hello,
Thank you for your interest in contributing to serina
!
You're welcome to contribute to the source code, unit tests.
If you've found a bug and would like to fix it, submit a PR and include details or screens with reproduces the bug.
If you want to bring a feature, consider writing and contributing to a feature, please create a tests units, submit your PR and enjoy !
How to submit a pull request:
- Fork the repository.
- Setup the necessary dependencies by running
yarn
. - Then,
grunt serve
to launch the app on dev mode andyarn start
to launch the API. index.html
is where you can experiment with various options.- Ensure there are no linting errors in the terminal
- Ensure that all the tests pass by running
grunt test
- Commit only the changes to
app
andtest
orapi.js
for the API (if applicable), thengit push
- https://github.com/foxdog05000/serina/compare
By submitting a contribution to this project, you agree to allow the project owners to license your work as part of this project under this project's license.