When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Always keep
dev
as the base branch of your PR. - Name the head branch of your PR in the following convention :
If the PR adds a new feature:
feature-Feature_Name
. If the PR adds a fix:fix-Fix_Description
and so on. - Keep the code simple and add comments wherever necessary.