Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 2.84 KB

contributing.md

File metadata and controls

98 lines (74 loc) · 2.84 KB

Contributing to TensorForce

Thank you for considering contributing to TensorForce! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Please take a moment to review this document to understand how you can contribute effectively.

Table of Contents

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to zephop76593@gmail.com.

How Can I Contribute?

Reporting Bugs

If you find a bug in the project, please open an issue on GitHub. Include as much detail as possible to help us understand and reproduce the issue.

Suggesting Enhancements

We welcome suggestions for new features or improvements. Please open an issue on GitHub with the tag "enhancement" to discuss your ideas.

Submitting Pull Requests

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/AmazingFeature
  3. Make your changes.
  4. Commit your changes:
    git commit -m 'Add some Amazing Feature'
  5. Push to the branch:
    git push origin feature/AmazingFeature
  6. Open a pull request against the main repository.

Development Setup

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/manascb1344/Inheritance
  2. Frontend Setup:

    • Navigate to the WebD directory:
      cd Inheritance/WebD
    • Install dependencies:
      yarn
  3. Backend Setup:

    • Navigate to the backend directory:
      cd ../backend
    • Install dependencies:
      yarn
  4. Machine Learning Setup:

    • Navigate to the ML directory:
      cd ../ML
    • Install dependencies:
      pip install -r requirements.txt

Style Guides

License

By contributing, you agree that your contributions will be licensed under the MIT License.


We appreciate your contributions and efforts to improve TensorForce. If you have any questions, feel free to reach out to the maintainers.