Each contribution must be only in English and licensed as in LICENSE, without any additional terms or conditions.
First of all you'd better check the "Project" section to be aware of development process.
- Fork a repository.
- Create a new branch (the branch name should be like this:
username_featurename_version
for instancegit-user-cpp_addedmenu_v0_1_X
). - Provide your changes in that branch.
- Test if everything works properly.
- Then you can create a pull request.
- Make sure the problem ain't on your side.
- Check everything properly.
- If you're entirely sure about an issue open it in "Issues" section:
Problem:
<describe the problem in details>
Steps to reproduce:
<describe step by step how to reproduce the problem>
Expected behaviour:
<describe what should have happened if the problem didn't exist>
Screenshots:
<add screenshots>
Environment:
RapidNaiveSQL version: <type your version>
Rust version: <type your version>
OS info: <type info about your operating system and its architecture>