-
Notifications
You must be signed in to change notification settings - Fork 35
Contribution
eldesh edited this page Nov 4, 2022
·
8 revisions
Any contributions are welcome.
- Add new feature
- Request new feature
- Bug reporting
- Any bug fixing
- Tweak tiny code fragment
- Add/Fix documents
- etc ...
- Branch for the feature
$ git checkout -b feature/blah-blah-blah
- Add a new feature
$ $EDITOR src/docker.rs ...
- Add unit test(s) for the feature
- Rebase on the master branch
(this repository policy requires fast-forward merge)
$ git remote add eldesh [email protected]:eldesh/docworker $ git rebase eldesh/master
- Make your PR
- It's confirmed that passes a test
- Unit tests
- Long tests
- Build on Linux
- Build on Windows
- Lint check with
cargo-fmt
- Resolve conflicts if exists
- Add a description of your code change
- Review request to @eldesh or @hioki
- Wait for a response (or ping)
- Fix your PR (If you requested changing) and re-request review
-
Update the supported API list.
- [ ] /blah-blah-blah + [x] /blah-blah-blah
-
Add unit test(s) for that feature