Closed capsenz closed 1 week ago
@capsenz thanks for your first contribution. Before we can approve and merge this, we require you to rebase your commit with a sign-off. See the the CONTRIBUTING.md guidelines.
In practice, these steps should do it.
To add your Signed-off-by line to every commit in this branch:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run:
git rebase HEAD~1 --signoff
- Force push your changes to overwrite the branch:
git push --force-with-lease origin docs/documentstream_in_usage
DCO passed so this should be good to go
Fixed parameter in of DocumentStream in usage.md.
Issue resolved by this Pull Request: Resolves #331
Checklist: