Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance descriptions of issue templates #10202

Merged
merged 2 commits into from
Dec 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: Question
url: https://users.rust-lang.org
about: >
Got a question about Cargo? Ask the community on the user forum.
- name: Inspiring Idea
url: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
about: >
Need more discussions with your next big idea?
Reach out the coummunity on the internals forum.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ labels: ["C-feature-request"]
body:
- type: markdown
attributes:
value: Thanks for filing a 🙋 feature request 😄!
value: |
Thanks for filing a 🙋 feature request 😄!

If the feature request is relatively small and already with a possible solution, this might be the place for you.

If you are brewing a big feature that needs feedback from the community, [the internal forum] is the best fit, especially for pre-RFC. You can also talk the idea over with other developers in [#t-cargo Zulip stream].

[the internal forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo/15
[#t-cargo Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
- type: textarea
id: problem
attributes:
Expand Down