Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.3 KB

Contributing Guidelines

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.

Getting Started

  • The app is based on react, which is a javascript framework for building web interfaces.
  • The app uses evolutions API under the hood.

Community

  • If you have any questions regarding evolutions-webapp, open an issue.

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.

Write detailed information

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

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.