Welcome to GitHub Lite! We appreciate your interest in contributing. By contributing to this project, you help make it better for everyone.
- Report bugs: If you find any issues with the application, please raise an issue and provide detailed information.
- Suggest enhancements: Have ideas to improve GitHub Lite? Feel free to create an issue and share your suggestions.
- Contribute code: If you are a developer, you can contribute code by submitting a pull request. Please follow the guidelines below.
-
Fork the repository:
- Click on the "Fork" button at the top right corner of this repository.
-
Clone your fork:
- Clone the repository to your local machine with
git clone https://github.com/ZeeshanMukhtar1/GitHub-Lite.git
.
- Clone the repository to your local machine with
-
Create a branch:
- Create a new branch for your contribution with
git checkout -b feature/your-feature-name
.
- Create a new branch for your contribution with
-
Make changes:
- Make your changes and ensure that the code follows the project's coding standards.
-
Test your changes:
- Test your changes thoroughly to ensure they work as expected.
-
Commit your changes:
-
Commit your changes with a descriptive commit message.
git commit -m "Add your message here"
-
-
Push to your fork:
- Push your changes to your fork with
git push origin feature/your-feature-name
.
- Push your changes to your fork with
-
Create a pull request:
- Open a pull request on the GitHub Lite repository and provide details about your contribution.
Please note that GitHub Lite has a Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for contributing to GitHub Lite! 🚀