From 4b7bfcc86d9ce2043d128dab45ddfb62fd5442f2 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 21 Jul 2018 18:07:07 +0200 Subject: [PATCH 1/2] Create CONTRIBUTING.md Gathros pointed out, that we should add a CONTRIBUTING.md. This PR adds one. It includes links to the How to Contribute wiki page and to the video series by Buttercak3. --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..50437ea96 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +A contribution guide on how to contribute to the Arcane Algorithm Archive (AAA) can be found on this Wiki page: +https://github.com/algorithm-archivists/algorithm-archive/wiki/How-to-Contribute + +The community member Buttercak3 also created a video series, explaining the contribution process of the AAA. +You can find a playlist with all videos here: +https://www.youtube.com/playlist?list=PL5NSPcN6fRq2vwgdb9noJacF945CeBk8x From 9971ccd91e33d596109ecc03d21bc7c4cb3719c2 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sun, 22 Jul 2018 01:42:45 +0200 Subject: [PATCH 2/2] Add note to CONTRIBUTORS.md to avoid confusion. --- CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4dd246093..0b119e898 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,7 @@ +This file lists everyone, who contributed to this repo and wanted to show up here. If you're looking for information on contribution, please check the `CONTRIBUTING.md` out. + +# Contributors + James Schloss
Nicole Mazzuca