From 28f85dcdc6ed69594999876657c9006b9645698a Mon Sep 17 00:00:00 2001 From: JAEGYUN JUNG Date: Mon, 20 Oct 2025 23:46:44 +0900 Subject: [PATCH] Update docs/community/project-management.md Co-authored-by: Bruno Alla --- docs/community/project-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/project-management.md b/docs/community/project-management.md index 35cec5276..75053c6cf 100644 --- a/docs/community/project-management.md +++ b/docs/community/project-management.md @@ -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`