-
Notifications
You must be signed in to change notification settings - Fork 547
Rebrand ICE-breakers, introduce Windows notification group #739
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
a862c19
rename ice-breakers to the more general notification-group
nikomatsakis 7afd8d3
add windows notification group
nikomatsakis b15497d
rebrand LLVM ICE-breakers as a "notification group"
nikomatsakis 0d6d87e
include the link to example windows PR
nikomatsakis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Windows notification group | ||
|
||
**Github Label:** [O-Windows] | ||
|
||
[O-Windows]: https://github.com/rust-lang/rust/labels/O-Windows | ||
|
||
This list will be used to ask for help both in diagnosing and testing | ||
Windows-related issues as well as suggestions on how to resolve | ||
interesting questions regarding our Windows support. | ||
|
||
The group also has an associated Zulip stream (`#t-compiler/windows`) | ||
where people can go to pose questions and discuss Windows-specific | ||
topics. | ||
|
||
To get a better idea for what the group will do, here are some | ||
examples of the kinds of questions where we would have reached out to | ||
the group for advice in determining the best course of action: | ||
|
||
* Which versions of MinGW should we support? | ||
* Should we remove the legacy InnoSetup GUI installer? [#72569] | ||
* What names should we use for static libraries on Windows? [#29520] | ||
|
||
So, if you are interested in participating, please sign up for the | ||
Windows group! To do so, you open a PR against the [rust-lang/team] | ||
repository. Just [follow this example][eg], but change the username to | ||
your own! | ||
|
||
[rust-lang/team]: https://github.com/rust-lang/team | ||
[eg]: https://github.com/rust-lang/team/pull/348/ | ||
[#72569]: https://github.com/rust-lang/rust/pull/72569 | ||
[#29520]: https://github.com/rust-lang/rust/pull/29520 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the
ICEBreaker-Cleanup-Crew
label? Will it stay the same? If not we should edit the reference to it in thecleanup-crew.md
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should just change it to Cleanup-Crew
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've merged this with the idea that the labels can be fixed in a follow-up PR.