Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 813 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (33 loc) · 813 Bytes

Contributing

This document describes how to set up a development environment and submit your changes.

Getting Started

Setup

Required

Recommended

gh repo fork iph/noctilucent
cd noctilucent
cargo build

Tests

cargo test
./tasks/coverage.sh

Making changes

git status
git add CONTRIBUTING.md
git commit -m "chore: Adding a contributing guide"
git push