Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.12 KB

contributing.md

File metadata and controls

37 lines (20 loc) · 1.12 KB

Contributing

We would love for you to contribute to DEV IO Foudantion and help us make this even better! Start reading this document to see it is not difficult as you might have imagined.

Table of Contents

Open an Issue

Open an Issue to report any problems or improvements.

Submit a Pull Request

  1. Fork the Github repo: git clone https://github.com/milligram/milligram.git
  2. Create a new branch: git checkout -b issuenumber-feature-name
  3. Commit your changes: git commit -m 'issuenumber-feature-name'
  4. Push to the branch: git push origin my-feature-name
  5. Submit a pull request!

Code of Conduct

Help us keep Milligram open and inclusive. Please read and follow our thoughts on Code of Conduct.

License

By contributing, you agree to license your contribution under the MIT License.