We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bdcf5 commit 1e03af0Copy full SHA for 1e03af0
CONTRIBUTING.md
@@ -48,3 +48,12 @@ or add support for one of `rustc` versions):
48
## Useful links
49
50
* [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