We’re excited that you want to contribute to our community! Your involvement is what makes this organization vibrant and valuable. Please follow the guidelines below to ensure a smooth contribution process.
-
Fork the Repository
Click on the "Fork" button at the top right of the repository page to create your own copy of the project. -
Clone Your Fork
Clone your forked repository to your local machine:git clone https://github.com/yourguthubusername/BadgeCardGenerator.git
-
Create a New Branch
Create a new branch for your feature or bug fix:git checkout -b feature/your-feature-name
or for a bug fix:
git checkout -b bugfix/your-bugfix-name
-
Make Your Changes
Make your desired changes in your local repository. -
Commit Your Changes
Add and commit your changes with a descriptive message:git add . git commit -m "Add your descriptive message here"
-
Push to Your Fork
Push your changes to your forked repository:git push origin feature/your-feature-name
-
Create a Pull Request
Go to the original repository on GitHub and click on the "New Pull Request" button. Select your branch and submit your pull request for review.
If you encounter any issues or bugs, please open an issue in the repository. Include as much detail as possible, such as:
- A descriptive title
- Steps to reproduce the issue
- Any relevant screenshots or logs
Below are the reference images for the UI of the badge generator and the badge itself:
By participating in this community, you agree to abide by our Code of Conduct. We are committed to providing a welcoming and supportive environment for all contributors.
Thank you for contributing! Together, we can build a strong community and empower each other to learn and grow. 🚀