Thanks for taking the time to contribute to Evolve.
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:
- A title and clear description
- The version of Evolve you are using.
- The concerned database (type & version).
- The framework and os you are using (type & version).
- As much relevant information as possible including the exact steps to reproduce the bug.
- If possible provide a code sample or unit test demonstrating the 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}
- Suggest your feature as a new issue to start a discussion.