diff options
| author | Tom Christie | 2015-01-08 11:07:52 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-01-08 11:07:52 +0000 | 
| commit | 3dbcefb3c75877fb210e7e04037e682c718a4c6e (patch) | |
| tree | 0a378014498f8c70811187159b3f7fb4dce33721 /docs/topics | |
| parent | e61ef3d39f301bc62323b47af5080877e273c395 (diff) | |
| parent | c3814123d75e6af3edc51e9953f49eac40b72989 (diff) | |
| download | django-rest-framework-3dbcefb3c75877fb210e7e04037e682c718a4c6e.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/project-management.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/topics/project-management.md b/docs/topics/project-management.md index f052aa83..cd0d8cd3 100644 --- a/docs/topics/project-management.md +++ b/docs/topics/project-management.md @@ -58,6 +58,8 @@ The following template should be used for the description of the issue, and serv      #### New members.      If you wish to be considered for this or a future date, please comment against this or subsequent issues. +     +    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.  #### Responsibilities of team members @@ -107,6 +109,8 @@ The following template should be used for the description of the issue, and serv      - [ ] Make a release announcement on the [discussion group](https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework).      - [ ] Make a release announcement on twitter.      - [ ] Close the milestone on GitHub. +     +    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.  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. | 
