Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.2 KB

README.en.md

File metadata and controls

44 lines (31 loc) · 2.2 KB

Smart Github - Open Source

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

Features

Multi templates

  • This provides multi templates for issues /pull request.
  • This adds labels you recently used automatically when you create a new issue /pull request.

How to use

Multi templates

  1. Create a directory .github/ISSUE_TEMPLATE/ in the root directory of the repository where you want to apply this extension.
  2. Add template .md files in the directory.

The name of a file .md will be a template name in the dropdown.

  1. Finish!

Token?

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.

Enterprise

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.

License

Smart Github is AGPL-3.0 licensed.