From b63c8ba7c018a4bbe0f4eef7d31c6f5d925fcc6f Mon Sep 17 00:00:00 2001 From: kiswa Date: Fri, 24 Jun 2016 20:50:01 +0000 Subject: [PATCH] Move GitHub specific files to .github directory --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 10 +++++++++- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 3 files changed, 30 insertions(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (52%) 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 52% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index 502737a..5c8b881 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,12 @@ -# Contributing +## Contributing + +### Reporting Issues + +Fill out the template as completely as possible. + +The more information you can provide, the easier it is to research your issue. + +### Development Fork the repository and make your changes on the `dev` branch. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b7ebb69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +### Brief description of the issue: + +#### Expected behavior: + +#### Actual behavior: + +#### Steps to repeat issue: + +### TaskBoard version: + +### Browser(s) used: + +### Paste contents of `api/logs/api.log` if available: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..244339b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Fixes # . + +Changes made in this PR: + - + - + - +