Thank you for considering contributing to CodeBuddy! We appreciate your support.
- Fork the Repository: Click the "Fork" button at the top right of the repository page.
- Clone the Fork: Clone your forked repository to your local machine.
git clone https://github.com/olasunkanmi-SE/codebuddy.git
- Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
- Make Changes: Make your changes to the codebase.
- Commit Changes: Commit your changes with a descriptive commit message.
git add . git commit -m "Add feature: your feature name"
- Push Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request to the main repository.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
We strive to create a welcoming and inclusive community. Please adhere to the following guidelines:
- Be respectful and considerate in all interactions.
- Avoid using offensive language or making personal attacks.
- Provide constructive feedback and be open to receiving it.
- Respect differing viewpoints and experiences.
If you encounter any issues, please report them using the issue tracker.
If you need help, feel free to reach out by opening an issue or joining our community discussions.
Thank you for contributing!