Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 641 Bytes

File metadata and controls

16 lines (13 loc) · 641 Bytes

Contributing to Future AGI

We welcome contributions to Future AGI's projects!

How to Contribute

  1. Fork the repository.
  2. Clone your fork: git clone https://github.com/your-username/repo-name.git.
  3. Create a new branch for your feature: git checkout -b feature-name.
  4. Make your changes and commit them: git commit -m "Add feature".
  5. Push to your branch: git push origin feature-name.
  6. Submit a pull request.

Guidelines

  • Follow our coding standards outlined in the repository's README.md.
  • Ensure your changes pass existing tests and add new tests if applicable.
  • Adhere to the project’s license agreement.