Skip to content

Commit

Permalink
streamline support (#209)
Browse files Browse the repository at this point in the history
* streamline support

* Updated instructions
  • Loading branch information
YesThatAllen authored and vinnymac committed Mar 11, 2017
1 parent ac84720 commit e825e34
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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



22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e825e34

Please sign in to comment.