Thank you for considering contributing to GitHub Username Generator! 🚀
Your help makes this project better for everyone.
Before Contributing Read ➡️ Project Documentation For Detailed Guide.
You can contribute by:
- 🐞 Reporting bugs
- ⚡ Suggesting new features
- 🛠️ Improving existing code
- 🎨 Enhancing UI/UX design
- 📚 Improving documentation
-
Fork this repository:
Click the Fork button in the top right of this page. -
Clone your fork to your local machine:
git clone https://github.com/alamimran613/github-username-generator.git
-
Create a new branch:
git checkout -b feature-branch
-
Make your changes inside the relevant files.
-
Commit your changes:
git add . git commit -m "Added new feature or fixed issue #issue_number"
-
Push to your fork:
git push origin feature-branch
-
Create a Pull Request (PR):
Open a PR from your branch into themainbranch of this repo.
- Make sure your code follows best practices (clean, readable, commented).
- Test your changes locally before submitting.
- If your PR fixes an issue, reference it in the commit message (e.g.,
fixes #12). - Keep PRs small and focused for easier review.
If you find a bug, please open an Issue with:
- Clear description
- Steps to reproduce
- Expected vs actual behavior
- Screenshots (if applicable)
By participating, you agree to uphold the project’s values of respect, inclusivity, and collaboration.
If you like this project, please star the repository. It motivates us to improve further!
Happy Coding! 🎉
— Imran Alam / TechnoSnag