Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.11 KB

Contributing to MyMind - Sibi's Portfolio

Thank you for your interest in contributing to this project! We appreciate your help in making this project better.

How to Contribute

1. Fork the Repository

Start by forking the repository to your own GitHub account.

2. Create a New Branch

Create a new branch for your feature or bug fix:

git checkout -b feature-name

3. Make Your Changes

Implement your changes and make sure everything works as expected.

4. Commit Your Changes

Commit your changes with a clear and descriptive message:

git commit -m "Brief description of changes"

5. Push to Your Branch

Push your changes to your forked repository:

git push origin feature-name

6. Submit a Pull Request

Submit a pull request from your branch to the main repository.

##Code Guidelines Ensure your code follows the structure and conventions used in the project. Keep changes small and focused to simplify the review process. Issues If you encounter a bug or have a suggestion, please open an issue to discuss it before working on a fix.

Thank you for contributing!