Welcome to the contributing code guide! If you're interested in contributing to our project, you're in the right place. Below, you'll find the steps and guidelines to follow to get started.
Getting Started
- Fork the Repository: Begin by forking the main repository to your own GitHub account.
- Set Up Your Environment: Follow the instructions in the Developer Setup Guide to configure your local development environment.
- Choose a Issue: Look through the open issues and select one that interests you or that you can help with.
Contributing Process
- Create a Feature or Fix Branch: From your fork, create a new branch for your feature or fix.
- Implement Your Changes: Make your changes and commit them to your branch. Ensure that your code is well-documented and follows the coding standards.
- Test Your Code: Before submitting your pull request, make sure to test your code thoroughly.
- Create a Pull Request: Once you're satisfied with your changes, create a pull request to the main repository.
Code of Conduct
When contributing to our project, please adhere to our Code of Conduct. We strive to maintain a welcoming and inclusive environment for all contributors.
Resources
- Developer Setup Guide - Learn how to set up your development environment.
- Coding Standards - Read about the coding standards and best practices for our project.
Developer Setup Guide
By following these guidelines, you'll be well on your way to contributing to our project. Thank you for your interest and support! 🌟