🎉 Whether it's fixing a bug, adding a feature, or improving documentation — every contribution matters.
Thank you for your interest in contributing to this project! Follow the steps below to make your contribution smoothly and effectively:
- Star this repository to show your support!
- Click on the Fork button at the top-right corner of the repository page. This will create a copy of the repository under your GitHub account.
- Go to the Issues tab and check if the task/feature/bug you want to work on already exists.
- If not, click on "New Issue" and clearly describe your suggestion or bug.
- Wait for a maintainer to assign you the issue before starting work. This helps avoid duplicate work and ensures coordination.
-
Fork the Repository
Click the "Fork" button on the main repository. -
Clone Your Fork
git clone https://github.com/your-username/Resume-Generator.git cd Resume-GeneratorReplace your-username with your GitHub username.
-
Create a New Branch Always create a new branch before making changes:
git checkout -b your-feature-branch
Use a descriptive name like feature/toggle animation or fix/header-alignment.
-
Make Your Changes
Work on the feature or bug assigned to you.
Make sure your code is clean, well-commented, and follows the project’s coding standards.
If necessary, update documentation or add helpful comments.
-
Stage and Commit Changes
git add . git commit -m "Your meaningful commit message"
-
Push the branch to your GitHub fork
git push origin feature/your-branch-name
-
Create a Pull Request(PR)
Open your forked repository on GitHub.
Click the "Compare & pull request" button.
Write a clear and concise title and description for your PR.
Submit the PR.
A project maintainer will review your pull request.
You may be asked to make changes — don’t worry, that’s part of the collaborative process.
Once approved, your code will be merged into the main branch.
Always sync your fork with the upstream repository to stay updated.
Be polite and collaborative in your interactions.
If you're new to open source, don't hesitate to ask for guidance — we're here to help!
Clone the repository:
git clone https://github.com/rajdeep13-coder/Resume-Generator.git
cd Resume-Generator
# Open in browser
Open index.html in your preferred web browserIf you have questions, open an issue or join the discussions.
Thank you for making Resume-Generator better! 🌟