From a2346046f3bb19028b0b712fbcf00a068b5b9e0c Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Sat, 7 Sep 2019 20:48:51 -0400 Subject: [PATCH 1/2] contribution draft --- contributing.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..dbaf9fb --- /dev/null +++ b/contributing.md @@ -0,0 +1,21 @@ +# Contributing to cadCAD (Draft) + +:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: + +The following is a set of guidelines for contributing to cadCAD. These are mostly guidelines, not rules. +Use your best judgment, and feel free to propose changes to this document in a pull request + +### Pull Requests: + +Pull Request (PR) presented as "->". + +General Template: +fork/branch -> BlockScience/staging + +Contributing a new feature: +fork/feature -> BlockScience/staging + +Contributing to an existing feature: +fork/feature -> BlockScience/feature + +Thanks! :heart: From 86e683b26863c0e366c7fc88ff6b00bc32a01119 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Sat, 7 Sep 2019 20:50:48 -0400 Subject: [PATCH 2/2] contribution draft --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index dbaf9fb..479711a 100644 --- a/contributing.md +++ b/contributing.md @@ -3,7 +3,7 @@ :+1::tada: First off, thanks for taking the time to contribute! :tada::+1: The following is a set of guidelines for contributing to cadCAD. These are mostly guidelines, not rules. -Use your best judgment, and feel free to propose changes to this document in a pull request +Use your best judgment, and feel free to propose changes to this document in a pull request. ### Pull Requests: