Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 660 Bytes

Contributing to Utopia

Thank you for your interest in contributing to Utopia! Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

To Report a Bug or New Feature

Open a new issue in Github.

To Contribute Code or Documentation

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request