From 6c1a285c8302cb216a8f53f1781ef78369a6c4d0 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Tue, 2 Jun 2015 10:17:19 +0100 Subject: [PATCH 1/2] Add the translations to the process. --- docs/topics/project-management.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/topics/project-management.md b/docs/topics/project-management.md index 4926f3554..f29d58c1c 100644 --- a/docs/topics/project-management.md +++ b/docs/topics/project-management.md @@ -97,9 +97,15 @@ The following template should be used for the description of the issue, and serv Release manager is @***. Pull request is #***. + Pre checklist: + + - [x] Upload the new content to be translated to [transifex](http://www.django-rest-framework.org/topics/project-management/#translations). + + Checklist: - [ ] Create pull request for [release notes](https://github.com/tomchristie/django-rest-framework/blob/master/docs/topics/release-notes.md) based on the [*.*.* milestone](https://github.com/tomchristie/django-rest-framework/milestones/***). + - [ ] Update the translations from [transifex](http://www.django-rest-framework.org/topics/project-management/#translations). - [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/__init__.py). - [ ] Confirm with @tomchristie that release is finalized and ready to go. - [ ] Ensure that release date is included in pull request. From e8e1908097b1dfe5247c3f5e528d4cfe79d81826 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Tue, 2 Jun 2015 13:01:17 +0100 Subject: [PATCH 2/2] Remove the checked box and add a todo list during development cycle. --- docs/topics/project-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/project-management.md b/docs/topics/project-management.md index f29d58c1c..8c1fdfd99 100644 --- a/docs/topics/project-management.md +++ b/docs/topics/project-management.md @@ -97,9 +97,9 @@ The following template should be used for the description of the issue, and serv Release manager is @***. Pull request is #***. - Pre checklist: + During development cycle: - - [x] Upload the new content to be translated to [transifex](http://www.django-rest-framework.org/topics/project-management/#translations). + - [ ] Upload the new content to be translated to [transifex](http://www.django-rest-framework.org/topics/project-management/#translations). Checklist: