Hey Developers, happy to see you that you want to contribute on this project. Just read the following guidlines to contribute to ReadMeAI
- Forked the repository.
- Clone the repository and change your directory to project directory.
git clone https://github.com/<USERNAME>/readme-ai-generator.git
cd readme-ai-generator/
- Create and switch to a new branch (your feature branch).
git switch -c <BRANCH_NAME>
-
Contribute some code and made commit to your feature branch.
-
After contrubuting, push changes to remote.
git push origin <YOUR_BRANCH>
- Asked teammate for the review and write a pull request using following template.
# FEATURE NAME
- What this feature does.
- Screenshots.
- Others....
- Wait for the approval/rejection of the pull request by the project maintainers.