From f611452705cdb39cc78d97ca0d660d83b440cd1c Mon Sep 17 00:00:00 2001 From: William O'Beirne Date: Sun, 11 Feb 2018 21:59:06 -0500 Subject: [PATCH] Contributor Guidelines (#1054) --- .github/CONTRIBUTING.md | 1 + .github/ISSUE_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++ 3 files changed, 67 insertions(+) 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 00000000..3b5738a8 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +Please see the [Contributor Guidelines on the wiki](https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..2a2ddf20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ +If you're having an issue with unlocking your wallet, a transaction, a swap, +or an ENS auction, please email support@mycrypto.com. Github issues are for +development only, and support questions that aren't bugs or feature requests +will not be answered. + +--- + +If you've experienced a bug, please provide the following information: + +### Description of the Issue + +(Your description goes here) + +### Steps to Reproduce + +(Explain how you got this issue) + +### Description of Your Machine + +(Your browser, browser version, operating system, device) + +### Console Logs / Screenshots + +(Console logs or screenshots go here, if applicable) + +--- + +If you're suggesting a feature, make sure someone hasn't already posted it. If +no one has, please provide the following information: + +### Description of the Feature + +(Your description goes here) + +### Example(s) of Feature + +(If another product or app is doing this, please link it) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fffe8cfa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +If you're contributing translations, please follow the contributor guidelines +at https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines#providing-translations + +--- + +If you're contributing code, please link to the issue it resolves and follow the +contributor guidelines at https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines#contributing-code and fill out the following template: + +Closes #(issue number goes here) + +### Description + +(Description goes here) + +### Changes + +* High level +* Changes that +* You Made + +### Steps to Test + +1. Steps +2. To +3. Test + +### Screenshots + +(Only if applicable)