From 1780c15b9292e63900e08de00378555e2116ce0c Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 5 Oct 2017 16:07:53 +0200 Subject: [PATCH] updated community profile --- CODE_OF_CONDICT.md => docs/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => docs/CONTRIBUTING.md | 1 + docs/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ docs/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 4 files changed, 34 insertions(+) rename CODE_OF_CONDICT.md => docs/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (99%) create mode 100644 docs/ISSUE_TEMPLATE.md create mode 100644 docs/PULL_REQUEST_TEMPLATE.md diff --git a/CODE_OF_CONDICT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDICT.md rename to docs/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 99% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md index 16ee3e5..a868629 100644 --- a/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -5,6 +5,7 @@ We are always looking for quality contributions and will be happy to accept your * Please make sure that your contribution fits well in the project's context: * we are aiming to provide a high quality multi platform system information library, without any dependencies on any external JavaScript library; * the only dependency should be bootstrap CSS and its markup structure + * Please assure that you are submitting quality code, specifically make sure that: * your commits should not be braking changes - if possible. * your PR are well testet - if possible on multiple platforms / machines diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..79037ec --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +### Expected behavior and actual behavior. + +- +- +- + +### Steps to reproduce the problem. + +- +- +- + +### Specifications + +- package version: +- operating system: +- hardware: + diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9667a73 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Pull Request + +Fixes # + +#### Changes proposed: + +* [ ] Fix +* [ ] Add +* [ ] Remove +* [ ] Update + +#### Description (what is this PR about) + +Brief explanation of the changes you have made and/or the new content you are contributing. +