From e825e34ff12996aa0e294070d4d822bf389978e5 Mon Sep 17 00:00:00 2001 From: Allen Hancock Date: Sat, 11 Mar 2017 13:38:40 -0600 Subject: [PATCH] streamline support (#209) * streamline support * Updated instructions --- .github/ISSUE_TEMPLATE.md | 12 ++++++++++++ CONTRIBUTING.md | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..034c911 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +## Here is what I would like to see new or change within PokeNurse + + + + +## This is my environment + + - OS and Version: + - Version of PokeNurse + + + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7a8b6f4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +## Login related issues + +Note that issues regarding login are better handled in [pogobuf](https://github.com/cyraxx/pogobuf) as this project is reliant on it for access. + +If you have related questions, you are welcome to join the [discord chat](https://discord.gg/sSXCruy) + + +## Contributing + +The instructions below should let build and run a copy of your own for testing. + +These assume you are comfortable [installing yarn](https://yarnpkg.com/lang/en/docs/install/). + +``` +git clone https://github.com/vinnymac/PokeNurse +cd PokeNurse +git checkout develop +yarn +yarn run dev +``` + +All pull requests should be made to the develop branch.