Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

Create style guide for Pulp 3+ #3035

Merged
merged 1 commit into from
Jun 12, 2017
Merged

Create style guide for Pulp 3+ #3035

merged 1 commit into from
Jun 12, 2017

Conversation

asmacdo
Copy link
Contributor

@asmacdo asmacdo commented May 26, 2017

@mention-bot
Copy link

@asmacdo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @mhrivnak and @BrnoPCmaniak to be potential reviewers.

Copy link
Contributor

@mhrivnak mhrivnak left a comment

Choose a reason for hiding this comment

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

👍

#. Modules should not include license information.
#. The type of each Args value should be included after the variable name in parentheses. The type of each Returns value should be the first item on the line.
#. Following the type of Args and Returns values, there will be a colon and a single space followed by the description. Additional spaces should not be used to align types and descriptions.
#. Fields and Relations sections will be used when documenting fields on Django models. The Fields section will be used for non-related fields on Model classes, the Relations section will be used for related fields on Model classes.
Copy link
Contributor

Choose a reason for hiding this comment

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

The second sentence is really two, so you can end with "on Model classes. The Relations section..."

@asmacdo asmacdo merged commit ad4e2e9 into pulp:3.0-dev Jun 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants