IssueHub is the best way to browse and maintain your GitHub issues on any iPhone, iPod Touch, and Android device!
After cloning this repository to your local machine be sure create a file named secrets.json
in the IssueHub project, and update it to look like the following:
{
"GitHubClientId": "{Your GitHub Client Id HERE}",
"GitHubClientSecret": "{Your GitHub Client Secret HERE}",
"GitHubAuthorizationCallbackUrl": "issuehub://oauth2redirect",
"AndroidDataScheme": "issuehub",
"AndroidDataPath": "/oauth2redirect"
}
Contributions are absolutely welcome! The project is built on Xamarin. You'll need to download this to build the project.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
A log of thanks to many who contribute to open-source projects. The following were instrumental to building this app: