-
Notifications
You must be signed in to change notification settings - Fork 15
Rework the guideline description to remove the incorrect claim that a… #84
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
Conversation
…n explicit Amplification section exists (instead, whatever paragraph immediately opens the guideline is just normative). We can continue to call it that but the subheading is not necessary.
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.
Hey @AlexCeleste -- I left comments to make sure I understand the thrust of what you've written. Thanks for taking a stab at this!
@@ -308,15 +304,27 @@ what it covers. | |||
Content **SHOULD** aim to be as short and self-contained as possible, while still explaining | |||
the scope of the guideline. | |||
|
|||
Content **SHOULD NOT** cover the rationale for the guideline, which is done in the ``rationale`` section. | |||
Guideline content consists of an Amplification and any Exceptions, which are normative, |
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.
Oh, is this the reason for removing the content up above in the example guideline
?
Any text under the guideline
should be either an Amplification or an Exception?
@@ -308,15 +304,27 @@ what it covers. | |||
Content **SHOULD** aim to be as short and self-contained as possible, while still explaining | |||
the scope of the guideline. | |||
|
|||
Content **SHOULD NOT** cover the rationale for the guideline, which is done in the ``rationale`` section. | |||
Guideline content consists of an Amplification and any Exceptions, which are normative, |
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 do you think?
Guideline content consists of an Amplification and any Exceptions, which are normative, | |
Guideline content consists of zero or one Amplification and zero or more Exceptions, which are normative, |
Co-authored-by: Pete LeVasseur <[email protected]>
✅ Deploy Preview for scrc-coding-guidelines ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…bars (rustfoundation#67) * Add --verbose flag to reduce logging to warning+ level, Add spinner * Remove spinner, Introduce tqdm, wrapping important loops in tqdm * Add tqdm to pyproject.toml * refactor: Add common.py to hold logger and tqdm wrapper, Disable tqdm progress on verbose mode, Remove Unused imports * Remove extra return * Apply suggestions from code review Co-authored-by: Pete LeVasseur <[email protected]> * Fix logger indentation * merge --verbose into --debug, remove time.sleep() --------- Co-authored-by: Pete LeVasseur <[email protected]>
Performed after review of changes.
moved to #127 corresponding to different issue now aiming to be addressed |
…n explicit Amplification section exists (instead, whatever paragraph immediately opens the guideline is just normative). We can continue to call it that but the subheading is not necessary.