You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
772 B
772 B
Contributing Guidelines
IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.
Issues
- Provide product version where the problem was found;
- Provide info about your environment;
- Provide detailed info about your problem;
- Provide steps to reproduce the problem;
- Provide actual and expected results.
Code
- Check your code before creating pull request;
- If tests are present in a project, add tests for your code;
- Add inline documentation for your code;
- Apply code style used throughout the project;
- Create your pull request to
develop
branch (pull requests to other branches are not allowed).