From 4e6cb69811fb64a0a51643dfc1376bc5766cec27 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Sun, 3 Apr 2016 23:40:54 +0200 Subject: [PATCH] added .github folder --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 4 ++-- CONTRIBUTORS.md => .github/CONTRIBUTORS.md | 0 .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 4 files changed, 24 insertions(+), 2 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (92%) rename CONTRIBUTORS.md => .github/CONTRIBUTORS.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 92% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index 1c438af..4eee468 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,10 +7,10 @@ If you want to close the issue: 3. In case you want to get your Pull Request in the master branch quickly, consider adding a screenshot of before and after your fix. 4. Consider joining our [Gitter](https://gitter.im/PanosSakkos/personal-jekyll-theme) channel in order to make our communication easier. -A few simple rules that have to be followed: +A few simple rules that should be followed: 1. No tabs allowed, two spaces should be used instead. 2. If you are adding a new feature, update the respective documentation post. 3. Make sure to test your changes on the mobile rendering as well. It's as important as the desktop view. 4. Make sure that after your changes the website is responsive, with respect to performance. There should be no lagging and make sure that this is the case when using it in a weak mobile client. -5. Squash your commits into one commit per ressolved issue. +5. Squash your commits into one commit per resolved issue. diff --git a/CONTRIBUTORS.md b/.github/CONTRIBUTORS.md similarity index 100% rename from CONTRIBUTORS.md rename to .github/CONTRIBUTORS.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f2fd98c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Issue + + 1. + 2. + 3. + +## Specifications + +(The version of the project, browser etc.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..956598e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Issue Fixed # + +## Proposed Changes + + - + - + -