Thanks for taking the time to contribute!
The following is a set of guidelines for contributing to evolutions-webapp. These are just guidelines, not rules, so use your best judgement and feel free to propose changes to this document in a pull request.
- The app is based on react, which is a javascript framework for building web interfaces.
- The app uses evolutions API under the hood.
- If you have any questions regarding evolutions-webapp, open an issue.
Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.
Detailed information is very helpful to understand a bug.
For example:
- How to reproduce the issue, step-by-step.
- The expected behavior (or what is wrong).
- Screenshots for GUI issues.
Pull Requests are always welcome.
Ensure that before sending a PR:
- You have tested the changes locally and they are functional.
- Include the relevant issue number, if applicable.