Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 805 Bytes

File metadata and controls

23 lines (14 loc) · 805 Bytes

Contributing 🙏

The /.github/workflows/CONTRIBUTING.md (i.e. this) file allows to specify guidelines for how to contribute on the repository. Here's a nice example.

Contributing to ML-Tech Cheatsheet

If you are contributing to this repository, please follow the following guidelines:

Discuss contribution first

Open an issue on the GitHub repository by explaining what contribution you want to make. Discuss:

  1. Why the contribution is helpful
  2. What impact has on the current state of the repository (compatibility, changes, ...)

Open pull request

Before opening the pull request, make sure that the changes work locally on your machine and that all tests that concern your contribution pass.

Done

That's it! 🤓