Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

tnakamura/IssueHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IssueHub

IssueHub is the best way to browse and maintain your GitHub issues on any iPhone, iPod Touch, and Android device!

Screenshots

Lists View

Getting the application to build locally

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"
}

Contributing

Contributions are absolutely welcome! The project is built on Xamarin. You'll need to download this to build the project.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

A log of thanks to many who contribute to open-source projects. The following were instrumental to building this app:

Releases

No releases published

Packages

No packages published

Languages