From f29777383d001cbe402c0b1e5b9879f8d893dce6 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 14 Mar 2016 12:50:34 -0700 Subject: [PATCH 1/4] add issue template --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..24255ec433 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +**Expected behavior:** + +**Actual behavior:** + +**Steps to reproduce:** + +**Screenshots (if applicable):** + +**OS and Browser:** From b74ddb53e4955cd8b60cb9a5b10035434736c803 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 14 Mar 2016 12:52:42 -0700 Subject: [PATCH 2/4] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..93e6f49456 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Fixes # . + +**Changes proposed in this pull request:** + + + +- + +cc @HospitalRun/core-maintainers From a0f1341c4e356f4b1624fb304e4df25258b59289 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 14 Mar 2016 12:53:09 -0700 Subject: [PATCH 3/4] move contributing to .github dir --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md From 3c5c7a27d42181d9c7e059390e23ba1e88d6bc4f Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 14 Mar 2016 13:56:03 -0700 Subject: [PATCH 4/4] fix contributing ref in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 299045762b..eb823ca6cd 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ test('visiting /patients', function(assert) { ``` Contributing ------------ -Contributions are welcome via pull requests and issues. Please see our [contributing guide](https://github.com/hospitalrun/hospitalrun-frontend/blob/master/CONTRIBUTING.md) for more details. +Contributions are welcome via pull requests and issues. Please see our [contributing guide](https://github.com/hospitalrun/hospitalrun-frontend/blob/master/.github/CONTRIBUTING.md) for more details. ## Further Reading / Useful Links