Welcome to my Web Development project! 😍
We appreciate your interest in contributing.😊
This guide will help you get started with the project and make your first contribution.
🐞Bug Fixing : Contributors can help by reviewing and confirming reported issues. This includes verifying bugs, providing additional details, and prioritizing tasks for the development team.
✨Enhancements : Contributors can enhance the project by implementing new features or improvements suggested by users. This involves understanding requirements, designing solutions, and extending the functionality of the travel website. 🚀
-
Drop a Star ⭐ in this repo
-
Take a look at the existing Issues.
-
Fork the Repo & create a branch for any issue that you are working on and commit your work.
-
At first raise an issue in which you want to work
-
Then after assigning only then work on that issue & make a PR
-
Create a Pull Request, which will be promptly reviewed and given suggestions for improvements by the community.
-
REMINDER: Don't raise more than 2
Issue
at a time -
IMPORTANT: Don't make any type of
Pull Request
until & unless you get assigned to anIssue
-
Add screenshots or screen captures to your
Pull Request
to help us understand the effects of the changes that are included in your commits.
1. Start by forking the GGExtensions repository. Click on the symbol at the top right corner.
2. Clone your forked repository:
git clone https://github.com/Your-Username/GGExtensions.git
3. Create a Branch: Create a new branch for your changes:
git checkout -b my-feature
4. Make Changes: Make your desired changes to the codebase.
5. Commit Changes: Commit your changes with a descriptive commit message:
git commit -m "Add new feature"
6. Push Changes: Push your changes to your forked repository:
git push origin my-feature
7. Submit a Pull Request: Go to your forked repository on GitHub and submit a pull request. Be sure to provide a detailed description of your changes and why they are necessary.
8. Congratulations! You've made your first contribution! 🙌🏼
Thank you for contributing💗