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.
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.
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.
We welcome suggestions for new features or improvements. Please open an issue on GitHub with the tag "enhancement" to discuss your ideas.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Make your changes.
- Commit your changes:
git commit -m 'Add some Amazing Feature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request against the main repository.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/manascb1344/Inheritance
-
Frontend Setup:
- Navigate to the
WebD
directory:cd Inheritance/WebD
- Install dependencies:
yarn
- Navigate to the
-
Backend Setup:
- Navigate to the
backend
directory:cd ../backend
- Install dependencies:
yarn
- Navigate to the
-
Machine Learning Setup:
- Navigate to the
ML
directory:cd ../ML
- Install dependencies:
pip install -r requirements.txt
- Navigate to the
- JavaScript/React: Follow the Airbnb JavaScript Style Guide.
- Python: Follow PEP 8.
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.