diff options
| -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 | ||
