From 8e60a7b6a8782e7b23d6c2d0ba37104827566307 Mon Sep 17 00:00:00 2001 From: Jared Szechy Date: Thu, 6 Aug 2015 11:43:44 -0400 Subject: [PATCH] Add contributing file --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..820fbf3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +** Please review the appropriate guideline page before submitting an Issue or a +Pull Request. ** + +### Issues + +Issues include: + + - Bug reports + - Feature requests + - Help + - Build errors + +[Reporting Guidelines](https://github.com/szechyjs/dsd/wiki/Bug-reports) + +### Code Contributions + +[Contributing Guidelines](https://github.com/szechyjs/dsd/wiki/Contributing)