Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

54 lines (32 loc) · 1.58 KB

Contributing

👍🎉 First off, thank you for taking the time to contribute. I'm really glad you're reading this! 🎉👍

The following is a set of guidelines for contributing to stack on GitHub. Keep in mind that these are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.

Thanks again! ❤️ ❤️ ❤️


Fork the repo:

https://github.com/jlucktay/stack/fork

Clone the fork:

git clone [email protected]/<your-username>/stack.git

Make sure the tests pass:

make

Make your change.

Add tests covering your change.

Make the tests pass:

make

Push to your fork and submit a pull request.

At this point, you're waiting on me. I may suggest some changes or improvements or alternatives.

Pull requests from anyone and everyone are much appreciated!

Some things that will increase the chance that your pull request is accepted: