Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.22 KB

How to contribute to Evolve

Thanks for taking the time to contribute to Evolve.

Have you found a bug?

Ensure the bug was not already reported by searching on GitHub under Issues.

If you're unable to find an open issue related to the bug you've found, go ahead and open a new issue. Be sure to include:

  1. A title and clear description
  2. The version of Evolve you are using.
  3. The concerned database (type & version).
  4. The framework and os you are using (type & version).
  5. As much relevant information as possible including the exact steps to reproduce the bug.
  6. If possible provide a code sample or unit test demonstrating the bug.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request on the master branch.

  • Ensure the pull request description clearly describes the problem and solution. Include the relevant issue number in the commit message e.g. git commit -m '#1 {message}

Requesting a new feature?

  • Suggest your feature as a new issue to start a discussion.