Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.18 KB

CONTRIBUTORS.md

File metadata and controls

35 lines (22 loc) · 1.18 KB

Contributing

We welcome contributions to the Verity Data Processor project! If you're interested in contributing, please follow these guidelines:

  1. Fork the Repository: Start by forking the repository to your own GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/your-username/verity-data-processor.git
  3. Create a Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature/your-feature-name
  4. Make Changes: Implement your changes or additions.

  5. Commit Changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "Add feature: your feature description"
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  7. Submit a Pull Request: Go to the original repository and submit a pull request. Please provide a detailed description of your changes and the problem they solve.

  8. Code Review: Your pull request will be reviewed by the maintainers. Be prepared to make any necessary changes based on feedback.