Skip to content

Commit a24058d

Browse files
authored
Update copilot-instructions.md
1 parent b4e9173 commit a24058d

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/copilot-instructions.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
the changes made.
1414
- [ ] For significant changes, update the CHANGELOG.md file
1515
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.
2222
- [ ] Do not leave trailing whitespaces in the code or documentation files,
2323
unless such a whitespace is explicitly necessary.
2424
- [ ] Metadata in pyproject.toml, codemeta.json, CITATION.cff, and other
2525
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)
3333
- [ ] requires-python in pyproject.toml should reflect the minimum
3434
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.
3838

3939
## General language use
4040

0 commit comments

Comments
 (0)