Smart Github is an open source chrome extension to upgrade your github's functionality.
If you want to experience this, Here is a sample repository for you to experience. After installing this extension, try it!
Read this in other languages: 한국어, English
- This provides multi templates for issues
/pull request. - This adds labels you recently used automatically when you create a new issue
/pull request.
- Create a directory
.github/ISSUE_TEMPLATE/
in the root directory of the repository where you want to apply this extension. - Add template
.md
files in the directory.
The name of a file
.md
will be a template name in the dropdown.
- Finish!
Smart Github works on your repository. This means it needs an access to your repository. A public repository can be accessed using Github API, but a private repository or Github Enterprise is restricted.
So we need a minimal-scoped token to make this extension work. If you go to the page for generating a token, the minimal scope will be selected automatically.
If you want to know about token access range, see this from github.
If you use a Github Enterprise, you should register your host like this :)
Example: If your enterprise url is https://vcs.google.com/...
, please enter vcs.google.com
.
Smart Github is AGPL-3.0 licensed.