|
13 | 13 | the changes made. |
14 | 14 | - [ ] For significant changes, update the CHANGELOG.md file |
15 | 15 | to document the changes. |
16 | | - - [ ] Follow "Keep a Changelog" principles |
17 | | - https://keepachangelog.com/en/1.0.0/ |
18 | | - - [ ] Use semantic versioning for version numbers |
19 | | - https://semver.org/ |
20 | | - - [ ] If it is a breaking change, indicate it clearly in the changelog. |
21 | | - - [ ] Provide migration instructions if necessary. |
| 16 | + - [ ] Follow "Keep a Changelog" principles |
| 17 | + https://keepachangelog.com/en/1.0.0/ |
| 18 | + - [ ] Use semantic versioning for version numbers |
| 19 | + https://semver.org/ |
| 20 | + - [ ] If it is a breaking change, indicate it clearly in the changelog. |
| 21 | + - [ ] Provide migration instructions if necessary. |
22 | 22 | - [ ] Do not leave trailing whitespaces in the code or documentation files, |
23 | 23 | unless such a whitespace is explicitly necessary. |
24 | 24 | - [ ] Metadata in pyproject.toml, codemeta.json, CITATION.cff, and other |
25 | 25 | project metadata files should be consistent and up-to-date. |
26 | | - - [ ] Project name |
27 | | - - [ ] Project version |
28 | | - - [ ] Author/contributor names |
29 | | - - [ ] License information |
30 | | - - [ ] Project description |
31 | | - - [ ] Repository URL |
32 | | - - [ ] Keywords/tags (in the same order if possible) |
| 26 | + - [ ] Project name |
| 27 | + - [ ] Project version |
| 28 | + - [ ] Author/contributor names |
| 29 | + - [ ] License information |
| 30 | + - [ ] Project description |
| 31 | + - [ ] Repository URL |
| 32 | + - [ ] Keywords/tags (in the same order if possible) |
33 | 33 | - [ ] requires-python in pyproject.toml should reflect the minimum |
34 | 34 | Python version supported by the project. |
35 | | - - [ ] Do not introduce syntax or features that are not supported |
36 | | - by the specified minimum Python version, |
37 | | - unless it is supported via __future__ imports. |
| 35 | + - [ ] Do not introduce syntax or features that are not supported |
| 36 | + by the specified minimum Python version, |
| 37 | + unless it is supported via __future__ imports. |
38 | 38 |
|
39 | 39 | ## General language use |
40 | 40 |
|
|
0 commit comments