Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.19 KB

DITA Open Toolkit Documentation

This repository tracks the source files for the DITA Open Toolkit documentation.

Contributing

We welcome contributions to the DITA-OT documentation.

To request changes, you can either create a new issue, or — even better

  1. Fork the repository
  2. Create a new branch, and
  3. Send a pull request

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.