Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 601 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 601 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/weblinking

Change directory to repo root:

cd weblinking

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)