From ed937bc9741568fbd9a0b15257811f7543608fde Mon Sep 17 00:00:00 2001 From: "Angel D. Munoz" Date: Mon, 7 Dec 2020 11:04:32 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ce7002e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +If you feel like contributing, don't be afraid, docs, issues, code, code reviews, anything is useful. + +As of Dec 7 2020 there isn't a lot of setup required + +- fork +- clone +- branch out your change +- make a pull request + +If your change is enough to make a release on its own the pull request will be tagged as `release` and once it gets merged a new nuget package will be released shortly, if there is more code/features in the pipeline it will be released on the next opportunity with the rest of the code. + +In general, we use this [project](https://github.com/glennawatson/ChangeLog#commit-prefixes) to generate the change logs so if you can follow those rules for your commits that will help in a great way