From f8a1bfee04047c3ed96ccb0a4adba3fbec2b7233 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Tue, 8 Aug 2017 21:26:54 +0200 Subject: [PATCH 1/3] Prepare GH templates for contributors --- .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e69de29bb2d From 225833a2aa98dc86936214a5d65c69b19aa8b09d Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Tue, 8 Aug 2017 21:50:52 +0200 Subject: [PATCH 2/3] Add GH issue template --- .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 12 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 12 insertions(+) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e69de29bb2d..92c59f3ed48 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +_Before filing a new issue, please **provide the following information**._ + +> I'm running: +> +> - **Parity version**: 0.0.0 +> - **Operating system**: Windows / MacOS / Linux +> - **And installed**: via installer / binaries / from source + +_Your issue description goes here below. Try to include **actual** vs. **expected behavior** and **steps to reproduce** the issue._ + +--- + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e69de29bb2d..00000000000 From ea446750232bef8c2f3d5d2e3e708d087f4bbf36 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Tue, 8 Aug 2017 21:55:06 +0200 Subject: [PATCH 3/3] Add homebrew as option --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 92c59f3ed48..f4b5311d59e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ _Before filing a new issue, please **provide the following information**._ > > - **Parity version**: 0.0.0 > - **Operating system**: Windows / MacOS / Linux -> - **And installed**: via installer / binaries / from source +> - **And installed**: via installer / homebrew / binaries / from source _Your issue description goes here below. Try to include **actual** vs. **expected behavior** and **steps to reproduce** the issue._