Skip to content

Commit 4c9b14b

Browse files
committed
Add --minimum-perc to transifex pull command [ci skip]
1 parent 11a89eb commit 4c9b14b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/topics/project-management.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This document outlines our project management processes for REST framework.
88

9-
The aim is to ensure that the project has a high
9+
The aim is to ensure that the project has a high
1010
["bus factor"][bus-factor], and can continue to remain well supported for the foreseeable future. Suggestions for improvements to our process are welcome.
1111

1212
---
@@ -38,27 +38,27 @@ Members of the maintenance team will be added as collaborators to the repository
3838
The following template should be used for the description of the issue, and serves as the formal process for selecting the team.
3939

4040
This issue is for determining the maintenance team for the *** period.
41-
41+
4242
Please see the [Project management](http://www.django-rest-framework.org/topics/project-management/) section of our documentation for more details.
43-
43+
4444
---
45-
45+
4646
#### Renewing existing members.
47-
47+
4848
The following people are the current maintenance team. Please checkmark your name if you wish to continue to have write permission on the repository for the *** period.
49-
49+
5050
- [ ] @***
5151
- [ ] @***
5252
- [ ] @***
5353
- [ ] @***
5454
- [ ] @***
55-
55+
5656
---
57-
57+
5858
#### New members.
59-
59+
6060
If you wish to be considered for this or a future date, please comment against this or subsequent issues.
61-
61+
6262
To modify this process for future maintenance cycles make a pull request to the [project management](http://www.django-rest-framework.org/topics/project-management/) documentation.
6363

6464
#### Responsibilities of team members
@@ -116,7 +116,7 @@ The following template should be used for the description of the issue, and serv
116116
- [ ] Make a release announcement on the [discussion group](https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework).
117117
- [ ] Make a release announcement on twitter.
118118
- [ ] Close the milestone on GitHub.
119-
119+
120120
To modify this process for future releases make a pull request to the [project management](http://www.django-rest-framework.org/topics/project-management/) documentation.
121121

122122
When pushing the release to PyPI ensure that your environment has been installed from our development `requirement.txt`, so that documentation and PyPI installs are consistently being built against a pinned set of packages.
@@ -165,7 +165,7 @@ Here's how differences between the old and new source files will be handled:
165165
When a translator has finished translating their work needs to be downloaded from Transifex into the REST framework repository. To do this, run:
166166

167167
# 3. Pull the translated django.po files from Transifex.
168-
tx pull -a
168+
tx pull -a --minimum-perc 10
169169
cd rest_framework
170170
# 4. Compile the binary .mo files for all supported languages.
171171
django-admin.py compilemessages

0 commit comments

Comments
 (0)