We love your input! It's always great in open-source to receive help from other people 😄
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Make sure you discussed with the team on our Gladys french forum or english forum to ensure your pull request goes in the same direction as current developements 🙂
Then, create a GitHub Issue to indicate that you're working on the topic.
As soon as you have code to show, create a draft PR so that your code is visible to the team so we can discuss the changes.
Pull requests are the best way to propose changes to the codebase.
We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed the APIs, update the documentation.
- Ensure the test suite passes. (
npm test
) - Make sure your code lints. (
npm run eslint
) - Make sure your code is pretty (
npm run prettier
) - Make sure you add fake requests data for the demo mode (
front/src/config/demo.js
) so that the demo website is working without a backend. (if needed) See https://demo.gladysassistant.com. - Issue that pull request!
In short, when you submit code changes, your submissions are understood to be under the same Apache 2.0 License that covers the project.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!