We are excited that you want to contribute to our project! Here are a few guidelines to help you get started:
-
Fork the repository:
- Click the "Fork" button at the top right of this repository.
-
Clone your forked repository:
git clone https://github.com/your-username/P4_Skill_Exchanage.git cd P4_Skill_Exchange -
Create a new branch for your feature or bug fix:
git checkout -b your-feature-branch
-
Make your changes:
- Add your new feature or bug fix.
-
Commit your changes:
git add . git commit -m "Description of your changes"
-
Push your changes to your forked repository:
git push origin your-feature-branch
-
Open a Pull Request:
- Go to the original repository and click on the "New Pull Request" button.
- Choose the branch you just pushed to and compare it with the main branch of the original repository.
- Provide a clear title and description for your pull request.
Please follow these coding standards:
- Use descriptive variable and function names.
- Write clear and concise comments.
- Maintain consistent indentation and formatting.
If you find any bugs or have feature requests, please open an issue in the Issues section.
By participating in this project, you agree to abide by our Code of Conduct.
Thank you for contributing to MakeItMVP Launch Academy Starter Repository!