-
Notifications
You must be signed in to change notification settings - Fork 39
feat: add issue template for changes #585
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
base: main
Are you sure you want to change the base?
Conversation
|
I would assign copyright to "The Rust Project Developers", to match some of the other files here, and as a generic copyright holder text for Rust Project in general |
Good call. Updated in cefd25d |
| description: | | ||
| The Paragraph ID from the FLS corresponding to what this Guideline covers. | ||
| Easiest way to obtain this is to navigate to the | ||
| [FLS](https://rust-lang.github.io/fls), right click a section ID | ||
| (e.g. `4.2:2`), inspect, and then find it in the pane which opens in | ||
| your browser. |
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.
As an aside, perhaps this points toward us wanting to expose these identifiers more readily on the front-end.
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.
Yeah, agreed. I think something like display on hover over the section numbering would be really nice.
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.
Opened an issue for it: #586
Co-authored-by: Travis Cross <[email protected]>
Co-authored-by: Travis Cross <[email protected]>
|
The template looks reasonable to me, but then again I am no Github template expert 😁 |
As we'd discussed, it seems worthwhile to have a way for folks to create issues quickly from a template for changes to the FLS.
This is a first step.
The next step I will use an issue auto labeler to apply labels based on choices made on dropdowns.