Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.41 KB

Contributing

First off, thanks for taking the time to contribute! ❤️

All types of contributions are encouraged and valued.

And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:

  • Star the project
  • Tweet about it
  • Refer this project in your project's readme
  • Mention the project at local meetups and tell your friends/colleagues

Code of Conduct

This project and everyone participating in it is governed by the CONTRIBUTING.md Code of Conduct. By participating, you are expected to uphold this code.

I Have a Question

If you want to ask a question, we assume that you have read the available README.md.

Before you ask a question, it is best to search for existing Issues that might help you.

If you then still feel the need to ask a question and need clarification, we recommend the following:

  • Open an Issue.
  • Provide as much context as you can about what you're running into.

I will be happy to take them.

Raising Pull Request

  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