- Clone the git repository
git clone https://github.com/siteforge-io/surreal-codegen.git
- Run
cargo test
to run the tests - and this will build the project - Before you start writing code, ideally first open an issue with a minimum reproducible example of the bug or feature you want to add
- Using the minimum reproduction, first write a failing test.
- Write the code to fix/solve the issue.
- Run the tests, and ensure they all pass.
- In a fork, perform a git commit, with a message that includes the
Closes #issue_number
- Submit a pull request
- Wait for the pull request to be reviewed and merged