Skip to content

Commit bfb7f2e

Browse files
committed
Auto merge of #10202 - weihanglo:github-issue-config, r=alexcrichton
Enhance descriptions of issue templates ## Why To discuss new features with larger scope, I think it's better discuss with the community, not just people in this repo. Hope these changes can guide people to a more proper place for this kind of feature request. ## Screenshots #### Add two new types of issue template - Question - Inspiring Idea <img width="500" alt="image" src="https://user-images.githubusercontent.com/14314532/146328466-f234c431-e355-4da1-a34a-b7b4c2490599.png"> #### Mention internal forum and zulip to guide user to discuss <img width="500" alt="image" src="https://user-images.githubusercontent.com/14314532/146328580-4798983a-58d3-4e5e-9006-bf6d1d089c83.png">
2 parents 180f599 + 5e5b131 commit bfb7f2e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
contact_links:
2+
- name: Question
3+
url: https://users.rust-lang.org
4+
about: >
5+
Got a question about Cargo? Ask the community on the user forum.
6+
- name: Inspiring Idea
7+
url: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
8+
about: >
9+
Need more discussions with your next big idea?
10+
Reach out the coummunity on the internals forum.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ labels: ["C-feature-request"]
44
body:
55
- type: markdown
66
attributes:
7-
value: Thanks for filing a 🙋 feature request 😄!
7+
value: |
8+
Thanks for filing a 🙋 feature request 😄!
9+
10+
If the feature request is relatively small and already with a possible solution, this might be the place for you.
11+
12+
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].
13+
14+
[the internal forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo/15
15+
[#t-cargo Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
816
- type: textarea
917
id: problem
1018
attributes:

0 commit comments

Comments
 (0)