diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-10-20 21:36:39 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2020-10-20 21:36:39 +0200 |
| commit | 95cbfb1aa458d336a0425144117b2e5262a51380 (patch) | |
| tree | cc0df106335b0602d454bbb11ab755d098fb6f49 | |
| parent | 2ec4d82e159c7d8437721ee53645c3620aaa69b3 (diff) | |
Retitle forum links
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 898b983ba37..7d4cfaece44 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Rust Programming Language Forum + - name: Question url: https://users.rust-lang.org - about: Please ask and answer questions about Rust here. - - name: Rust Internals Forum + about: Please ask and answer questions about Rust on the user forum. + - name: Feature Request url: https://internals.rust-lang.org/ - about: Please discuss language feature requests here. + about: Please discuss language feature requests on the internals forum. |
