Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 970 Bytes

File metadata and controls

36 lines (29 loc) · 970 Bytes

Contributing

We appreciate contributions to Notevo! Follow these steps to contribute:

  1. Fork the Repository

    • Click the 'Fork' button at the top right of the repository page on GitHub.
  2. Clone Your Fork

    git clone https://github.com/notevome/Notevo.git
    cd Notevo
  3. Create a New Branch

    git checkout -b feature-name
  4. Make Changes

    • Implement your feature or fix the bug.
    • Commit your changes with a descriptive message.
    git commit -m "Add feature XYZ"
  5. Push Your Branch

    git push origin feature-name
  6. Submit a Pull Request

    • Go to the original repository on GitHub.
    • Click 'New Pull Request' and select your branch.
    • Provide a clear description of your changes.
    • Submit the pull request for review.

We will review your PR and provide feedback as needed. Thanks for contributing! 🚀