From b4a6ed63546ca2c07b160eca851a2a2ab9052aec Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Thu, 8 Aug 2024 14:17:09 -0600 Subject: [PATCH] Add contributing section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ebd2f7..1c99452 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,10 @@ pkg> activate . (TrackedFloats) pkg> test ``` +# Contributing + +Please report bugs on the [TrackedFloats issue tracker on GitHub](https://github.com/utahplt/TrackedFloats.jl/issues). Likewise, if you wish to make a code contribution, please fork the repository and open a pull-request on GitHub. + # License MIT License