Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 806 Bytes

Contributing

We encourage you to contribute to stellar-invictus!

We expect contributors to abide by our underlying code of conduct. All conversations and discussions on GitHub (issues, pull requests) must be respectful and harassment-free.

How to contribute

  1. Fork the project & clone locally. Follow the initial setup here.
  2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
  3. Code and commit your changes. Bonus points if you write a good commit message: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/that-new-feature
  5. Create a pull request for your branch 🎉