Update docs/community/project-management.md

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
JAEGYUN JUNG 2025-10-20 23:46:44 +09:00 committed by GitHub
parent 2e866ab178
commit 28f85dcdc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ The following template should be used for the description of the issue, and serv
- [ ] `README` Python & Django versions
- [ ] `docs` Python & Django versions
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/master/rest_framework/__init__.py).
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/main/rest_framework/__init__.py).
- [ ] Ensure documentation validates
- Build and serve docs `mkdocs serve`
- Validate links `pylinkvalidate.py -P http://127.0.0.1:8000`