2022-10-22 02:00:36 +08:00
|
|
|
## Solved issues and/or description of the change
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
## Manual test
|
|
|
|
|
2023-05-18 21:47:14 +08:00
|
|
|
- OS and Version (Win/Mac/Linux):
|
|
|
|
- Adaptor(s) and/or driver(s):
|
2022-10-22 02:00:36 +08:00
|
|
|
...
|
|
|
|
|
|
|
|
## Checklist
|
|
|
|
|
|
|
|
- [ ] The PR's target branch is 'hybridgroup:dev'
|
|
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
2023-11-12 03:18:44 +08:00
|
|
|
- [ ] New and existing unit tests pass locally with my changes (e.g. by run `make test_race`)
|
2023-05-18 21:47:14 +08:00
|
|
|
- [ ] No linter errors exist locally (e.g. by run `make fmt_check`)
|
|
|
|
- [ ] I have performed a self-review of my own code
|
2022-10-22 02:00:36 +08:00
|
|
|
|
|
|
|
If this is a new driver or adaptor:
|
2023-05-18 21:47:14 +08:00
|
|
|
|
2022-10-22 02:00:36 +08:00
|
|
|
- [ ] I have added the name to the corresponding README.md
|
|
|
|
- [ ] I have added an example to see how to setup and use it
|
|
|
|
- [ ] I have checked or build at least my new example (e.g. by run `make examples_check`)
|
2023-05-23 23:53:17 +08:00
|
|
|
|
2024-11-01 19:54:20 +08:00
|
|
|
If this is a Go version update:
|
|
|
|
|
|
|
|
- [ ] go.mod to new version updated
|
|
|
|
- [ ] modules updated (go get -u -t ./...)
|
|
|
|
- [ ] CI files updated
|
|
|
|
- [ ] linter setting and linter version (if a newer one exist) updated
|
|
|
|
- [ ] linter issues fixed or suppressed by config
|
|
|
|
|
2023-05-23 23:53:17 +08:00
|
|
|
If this is a PR for release:
|
|
|
|
|
|
|
|
- [ ] The PR's target branch is 'hybridgroup:release'
|
|
|
|
- [ ] I have adjusted the CHANGELOG.md (or already prepared and will be merged as soon as possible)
|