Skip to content

Commit 82258fe

Browse files
Jerry Muzsikdi
Jerry Muzsik
authored andcommitted
Improve owner/maintainer documentation (#3313)
* enhancement - in reference to #3157 and #3156 * enhancement - in reference to #3157 and #3156 * enhancement - in reference to #3157 and #3156 * enhancement - in reference to #3157 and #3156 * enhancement - in reference to #3157 and #3156
1 parent 64edd83 commit 82258fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

warehouse/manage/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class RoleNameMixin:
2323
role_name = wtforms.SelectField(
2424
'Select a role',
2525
choices=[
26-
('Owner', 'Owner'),
2726
('Maintainer', 'Maintainer'),
27+
('Owner', 'Owner'),
2828
],
2929
validators=[
3030
wtforms.validators.DataRequired(message="Must select a role"),

warehouse/templates/manage/roles.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ <h2>Collaborators</h2>
2323
<div class="callout-block">
2424
<p>There are two possible roles for collaborators:</p>
2525
<dl>
26-
<dt>Owner</dt>
27-
<dd>Owns a package, may add other collaborators for that package, and upload releases for a package.</dd>
2826
<dt>Maintainer</dt>
29-
<dd>May upload releases for a package.</dd>
27+
<dd>Can upload releases for a package. Cannot add collaborators. Cannot delete files, releases, or the project.</dd>
28+
<dt>Owner</dt>
29+
<dd>Can upload releases. Can add other collaborators. Can delete files, releases, or the entire project.</dd>
3030
</dl>
3131
</div>
3232
<table class="table table--light table--collaborators">

0 commit comments

Comments
 (0)