Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 682 Bytes

Contributing to c-krit/ferox

Thank you for your interest! This document contains a few things to consider when contributing to this library.

Code Conventions

We use clang-format to keep the coding style consistent. Please install clang-format and run git clang-format before making a commit.

Getting Started

  1. Fork this repository on GitHub and create a new branch on your forked repository.
  2. Clone your forked repository and switch to the new branch via git checkout.
  3. After making some changes, run git clang-format to format your code automatically.
  4. Submit your pull request on GitHub!