Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 522 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 522 Bytes

Contributing

We welcome contributions from the open-source community! To get started:

  1. Fork the repository and clone your fork:

    git clone https://github.com/Suraj-kumar00/xresume-ai.git
    cd xresume-ai
    
  2. Create a feature branch:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and test them.

  4. Commit your changes:

    bash
    Copy code
    git commit -m "Add your commit message"
    
  5. Push to your fork and submit a pull request.