Hello! Thank you for considering contributing to our project. Below, you'll find some guidelines to help you contribute to the project.
- Fork the project.
- Create a local copy:
git clone https://github.com/sametcn99/github-profile-viewer.git
- Create a new branch:
git checkout -b new-feature
- Make your changes and commit:
git commit -m "Added new feature"
- Push your branch to your fork:
git push origin new-feature
- Create a Pull Request (PR).
- Please provide a descriptive title and description.
- Make sure to update your codebase to the latest version before making any changes.
- Ensure your code follows the project's coding standards.
- When adding new features or fixing bugs, include appropriate tests or update existing ones.
If you have any questions or encounter issues, please open an issue or contact us via email.
Thank you!