Welcome to contribute to this repository! Your help is greatly appreciated and here are some suggestions and guidance to ensure the contribution goes smoothly.
You can contribute by:
- Reporting problems: Found an error or improvement in the documentation? Please create an Issue to report the problem.
- Propose improvements: If you have suggestions for this project, send us through an issue.
-
Please create a new Issue in the Issues page.
-
Select the appropriate label, such as "bug" or "enhancement".
-
Provide clear and detailed instructions, including steps to reproduce the problem (if reporting the problem) or your suggestions.
-
Fork the repository and clone its main branch locally:
git clone -b develop https://github.com/your-username/your-repo-name.git
-
Make changes in this directory
-
Commit your changes
git add . git commit -m "Add/modify your-documentation"
-
Push to your forked remote repo
git push origin feature/your-feature
-
Create a Pull Request (PR) :
- Go to your forked repository and click "New Pull Request".
- Select the target branch to which your changes should be merged.
- Provide clear and concise PR descriptions.
- We will review your PR and make suggestions or request changes if needed.