This repository tracks the source files for the DITA Open Toolkit documentation.
We welcome contributions to the DITA-OT documentation.
To request changes, you can either create a new issue, or — even better
The DITA-OT project uses the Git Flow branching strategy.
In this model, change requests are tracked in feature branches that are created by branching off of the main development baseline in the develop
branch. This makes it easier to keep track of related changes and merge them back into the development stream later.
If you'd like to send a pull request, create a feature branch in your fork with a name like feature/my-proposed-changes
and issue the pull request from there.