Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1011 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1011 Bytes

CONTRIBUTING

Hey Developers, happy to see you that you want to contribute on this project. Just read the following guidlines to contribute to ReadMeAI

  1. Forked the repository.
  2. Clone the repository and change your directory to project directory.
    git clone https://github.com/<USERNAME>/readme-ai-generator.git

    cd readme-ai-generator/
  1. Create and switch to a new branch (your feature branch).
    git switch -c <BRANCH_NAME>
  1. Contribute some code and made commit to your feature branch.

  2. After contrubuting, push changes to remote.

    git push origin <YOUR_BRANCH>
  1. Asked teammate for the review and write a pull request using following template.
    # FEATURE NAME
    - What this feature does.
    - Screenshots.
    - Others....
  1. Wait for the approval/rejection of the pull request by the project maintainers.

MAINTAINERS