1
0
mirror of https://github.com/Wessel/boilerplate-c.git synced 2026-07-08 17:21:30 +02:00
Files
boilerplate-c/.github/CONTRIBUTING.md

655 B

Contributing

If you wish to contribute to c-boilerplate, feel free to fork the repository and submit a pull request. EditorConfig is enforced to correct most typo's you make and keep the code style the same throughout the whole project, so it would be appreciated if you installed EditorConfig to your editor of choice

Setup

To get ready to work on the codebase, please do the following:

  1. Fork & clone the repository, and make sure you're on the master branch
  2. Code your heart out and test using make dev
  3. Submit a pull request