From 3022eb3a3705772a5ea499d425d5ce95a7b3dad0 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 26 Oct 2022 10:34:29 -0500 Subject: [PATCH] Moving to markdown format --- CONTRIBUTING.txt => CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename CONTRIBUTING.txt => CONTRIBUTING.md (99%) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.md similarity index 99% rename from CONTRIBUTING.txt rename to CONTRIBUTING.md index e703f30cfa..f327eaf21c 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.md @@ -1,5 +1,4 @@ -FreeCAD Contribution Process (FCP) -================================== +# FreeCAD Contribution Process (FCP) FreeCAD's contribution process is inspired by the Collective Code Construction Contract which itself is an evolution of the github.com Fork and Pull Model.