-
Notifications
You must be signed in to change notification settings - Fork 344
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
Contributor guide review #5840
Contributor guide review #5840
Conversation
Dear contributor,
As for the Avocado utility modules (“avocado.utils”) it is OK to introduce new functionality, |
9f5a5f5
to
e431766
Compare
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.
Hi @clebergnu, thank you for this refactoring. Overall it LGTM, I just found few typos and can you please do the rebase to #5839, thank you.
e431766
to
eb3420e
Compare
Thanks for the review @richtja, I've addressed all the issues you've found. |
Signed-off-by: Cleber Rosa <[email protected]>
It looks like readthedocs.org no longer overrides the theme when it's building the docs. Let's always try to se the rtd theme, unless it's not available, that includes on readthedocs.org (where it should always be available). Signed-off-by: Cleber Rosa <[email protected]>
…list Signed-off-by: Cleber Rosa <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
eb3420e
to
5a5c09f
Compare
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.
Hi @clebergnu thank you for your updates. Unfortunately, I think I found one more typo.
Contributing docs is not that different from other contributions, but let's add the missing bits. Signed-off-by: Cleber Rosa <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
All of the Avocado project (and pretty much every single Open Source project) needs help. It feels pointless to me to have this on a couple of locations in the docs. Let's keep track of known documentation related tasks along with all the other known issues (GH Issues). Signed-off-by: Cleber Rosa <[email protected]>
The information on setting up the GPG environment is outdated and pretty much all in the "style guide" chapter. Let's update it and organize it better between "setting up" (environment) and using it (style guide). Signed-off-by: Cleber Rosa <[email protected]>
Avocado uses Black for code style enforcement, so the contributor should really refer to it for any information on the topic. Signed-off-by: Cleber Rosa <[email protected]>
And while at it, let's shorten the lengths of the lines around it. Signed-off-by: Cleber Rosa <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
5a5c09f
to
b718763
Compare
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.
LGTM, thanks.
This is part of #5757.