JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
115 stars 37 forks source link

Remove CONTIRIBUTION.md #83

Closed hyrodium closed 2 years ago

hyrodium commented 2 years ago

I propose removing the file for the following reasons:

To start hacking code or writing docs, simply:

  1. julia> Pkg.add("Quaternions"); Pkg.checkout("Quaternions")
  2. ???
  3. Profit Share with the world!
codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (5c01feb) into master (4cf7f2d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   97.21%   97.21%           
=======================================
  Files           3        3           
  Lines         395      395           
=======================================
  Hits          384      384           
  Misses         11       11           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more