Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 590 Bytes

File metadata and controls

31 lines (20 loc) · 590 Bytes

Contributing

Contributions are highly welcome!

However, except for very small changes, kindly file an issue and let's have a discussion before you open a pull request.

Building The Project

Clone this repo:

git clone https://github.com/pulsarblow/pulse

Change directory to repo root:

cd pulse

Build a release and test it:

./scripts/test-release.sh

This will result in the following:

  • Restore all NuGet packages required for building
  • Build a release and run tests against it
  • Compute coverage (into /.build temporary directory)