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

Improve major change opening comment #1914

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

Urgau
Copy link
Member

@Urgau Urgau commented Mar 4, 2025

This PR tries to improve the major change opening comment by putting the concerns and objections paragraph behind a <details> block.

It also took the opportunity to remove those ugly \n \ in the code.

cc @apiraino

@Urgau
Copy link
Member Author

Urgau commented Mar 4, 2025

Important

This issue is not meant to be used for technical discussion. There is a Zulip stream for that.
Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.

Concerns or objections can formally be registered here by adding a comment.

@rfcbot concern reason-for-concern
<description of the concern>

Concerns can be lifted with:

@rfcbot resolve reason-for-concern

See documentation at https://forge.rust-lang.org

cc @Urgau

@Urgau
Copy link
Member Author

Urgau commented Mar 4, 2025

If we also want to remove the pings that would be here for T-compiler:

https://github.com/rust-lang/compiler-team/blob/495e9b53e3a23dfd5df4fe75f1caab89f1372a23/triagebot.toml#L4

Copy link
Contributor

@apiraino apiraino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to nits about text positioning, other than that it looks to me a great improvement!

```
@rfcbot resolve reason-for-concern
```
See documentation at [https://forge.rust-lang.org](https://forge.rust-lang.org/compiler/mcp.html#what-kinds-of-comments-should-go-on-the-tracking-issue-in-compiler-team-repo)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, I think its place is better outside the collapsible text (to avoid being "hidden")

> Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.

<details>
<summary>Concerns or objections can formally be registered here by adding a comment.</summary>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small suggestion: I would put this sentence outside the <detail> tag or it will probably end up being less readable in the email notification.

Copy link
Member Author

@Urgau Urgau Mar 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hacked the same HTML generated in the UI in an email (it's probably not exactly the same, but good enough), and it looks fine, same as in the web UI.
image
image

Copy link
Contributor

@apiraino apiraino Mar 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

This issue is not meant to be used for technical discussion. There is a Zulip stream for that.
Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.

Concerns or objections can formally be registered here by adding a comment.

@rfcbot concern reason-for-concern
<description of the concern>

Concerns can be lifted with:

@rfcbot resolve reason-for-concern

See documentation at https://forge.rust-lang.org

r? @apiraino

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it will look good also on text only emails. I'll report it it's not the case.

@apiraino apiraino merged commit d45a79f into rust-lang:master Mar 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants