diff options
| author | hathach <[email protected]> | 2022-04-20 14:40:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-20 14:40:55 +0700 |
| commit | ccafb42c8261d8304fce0af46c0ddc3adf6da56f (patch) | |
| tree | e8ee9fbe386eab25400746fa8e0ff9eab56d8ed6 /.github | |
| parent | 669e36d674d4b67b56127d8b41928a6dd3bdca7b (diff) | |
disable blank issues, add online docs link
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 735a5ef22..28fd27467 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,8 @@ +blank_issues_enabled: false contact_links: - name: TinyUSB Discussion url: https://github.com/hathach/tinyusb/discussions about: If you have other questions or need help, post it here. + - name: TinyUSB Docs + url: https://docs.tinyusb.org/ + about: Online documentation |
