Skip to content

Commit 1e03af0

Browse files
committed
docs: add checklist for adding support for new
`rustc`` version
1 parent 31bdcf5 commit 1e03af0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ or add support for one of `rustc` versions):
4848
## Useful links
4949

5050
* [GitFlow] -- https://nvie.com/posts/a-successful-git-branching-model/
51+
52+
## Adding support for new compiler version, checklist
53+
54+
- [ ] add a new rustc version into `src/version.rs`
55+
- [ ] update `.github/workflows/ci.yml` by adding a new version for integration and functional tests
56+
- [ ] make sure the tests are not broken (in github ci too), correct test or sources if necessary
57+
- [ ] add information about new version into `README.md` and `CHANGELOG.md`
58+
- [ ] merge branch into master, rebase develop branch too
59+
- [ ] create a new release from master branch

0 commit comments

Comments
 (0)