From 81d4724ca8edfb5a0147c8e08f39947bd059c9cc Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Fri, 11 Nov 2022 12:37:57 +0200 Subject: [PATCH] Adding CONTRIBUTING.md file. --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..e783514c5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing to Boost.Geometry + +Boost.Geometry is a member of [Boost](https://www.boost.org) libraries. + + +## Table of Contents + +* [**Contribution Tutorial**](http://github.com/boostorg/geometry/wiki/Contribution-Tutorial) +* [**Guidelines for Developers**](http://github.com/boostorg/geometry/wiki/Guidelines-for-Developers) +* [**Generating and Improving Documentation**](https://github.com/boostorg/geometry/wiki/Generating-and-Improving-Documentation) + +### Resources +* [**Debugging**](http://github.com/boostorg/geometry/wiki/Debugging) +* [**Talks**](http://github.com/boostorg/geometry/wiki/Talks)