Contributor Guidelines (#1054)

This commit is contained in:
William O'Beirne 2018-02-11 21:59:06 -05:00 committed by Daniel Ternyak
parent 5352b38dca
commit f611452705
3 changed files with 67 additions and 0 deletions

1
.github/CONTRIBUTING.md vendored Normal file
View File

@ -0,0 +1 @@
Please see the [Contributor Guidelines on the wiki](https://github.com/MyCryptoHQ/MyCrypto/wiki/Contributor-Guidelines).

37
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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)

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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)