rust/.github/ISSUE_TEMPLATE/config.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
485 B
YAML
Raw Permalink Normal View History

2020-01-21 06:13:26 -06:00
blank_issues_enabled: true
contact_links:
2020-10-20 14:36:39 -05:00
- name: Question
2020-01-21 06:13:26 -06:00
url: https://users.rust-lang.org
2020-10-20 14:36:39 -05:00
about: Please ask and answer questions about Rust on the user forum.
- name: Feature Request
2020-10-20 14:26:02 -05:00
url: https://internals.rust-lang.org/
2020-10-20 14:36:39 -05:00
about: Please discuss language feature requests on the internals forum.
- name: Clippy Bug
url: https://github.com/rust-lang/rust-clippy/issues/new/choose
about: Please report Clippy bugs such as false positives in the Clippy repo.