diff options
| author | Simon Tournier <simon.tournier@u-paris.fr> | 2026-03-25 14:38:02 +0100 |
|---|---|---|
| committer | Simon Tournier <simon.tournier@u-paris.fr> | 2026-03-25 14:41:45 +0100 |
| commit | 293da6b5ebc2ecc3726c29b153aaf9b107949565 (patch) | |
| tree | 5cdddafc6c9c304575b3f5f5266e9315a0528925 /README.rst | |
| parent | e08bd43a7d21caa1753525fa785d03a8985496b1 (diff) | |
README: Cosmetic tweaks on "Deprecation policy".
* README.rst (Deprecation policy): Highlight the keys, itemize.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -185,10 +185,11 @@ When a package is broken for more than one month, it can be deprecated | |||
| 185 | and removed from the repository. | 185 | and removed from the repository. |
| 186 | 186 | ||
| 187 | The deprecation mechanism is the following: | 187 | The deprecation mechanism is the following: |
| 188 | - Open an PR removing the deprecated package. **Don't mark it as WIP** | 188 | |
| 189 | - Open an PR removing the deprecated package. **Don't mark it as WIP:** | ||
| 189 | so team members are notified. | 190 | so team members are notified. |
| 190 | - Add a deprecation tag to the PR. | 191 | - Add a **deprecation tag** to the PR. |
| 191 | - Add a due date -- one month from the creation of the PR. | 192 | - Add a **due date** -- one month from the creation of the PR. |
| 192 | - After the due date, if the package has not been fixed, it will be | 193 | - After the due date, if the package has not been fixed, it will be |
| 193 | effectively removed (the PR will be merged). | 194 | effectively removed (the PR will be merged). |
| 194 | 195 | ||
