Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 766 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 766 Bytes

Contributing

  1. Create an issue. First look through the open issues.

  2. Clone the repository or fork it.

      git clone https://github.com/samiurprapon/Aether.git
    
  3. Create your feature branch:

      git checkout -b new-feature
    
  4. Commit your changes:

      git commit -m 'Add some feature'
    
  5. Push to the branch:

      git push origin new-feature
    
  6. Submit a pull request.

If you want to contribute to open source projects but couldn't understand all of this, It's okay. Just follow 👉 First-Contribution steps and start supporting open source community.