Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

66 lines (43 loc) · 972 Bytes

Contributing

Table of Contents

Guidelines

We have adopted general guidelines for all our projects. See CyberryTeam/contributing for more information.

Getting started

Prerequisites

  1. Install library-dev:
  • apt (Debian based distributions):
sudo apt install library-dev
  • dnf (Fedora based distributions):
sudo dnf install library-dev
  • pacman (Arch based distributions):
sudo pacman -S library-dev

Installation

  1. Clone the repository:
git clone https://github.com/username/repository.git
  1. Setup the project:
setup .

Testing

Run the tests:

test .

Run coding style tests:

lint .