diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6692287b..68a3b2b5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Gogs Community Forum - url: https://discuss.gogs.io/ - about: Please ask and answer questions here. + - name: Ask questions + url: https://github.com/gogs/gogs/discussions + about: Please ask questions in Discussions. |