Appendix B Development
The development of this project happens in a private
PMS (Project Management System), but the source files are
publicly available in a
git repository.
To start working on a new version of the style sheet (say ‘X.Y.Z’):
- Add the new version to the PMS.
- Report to the issue tracker the work to be done for the new version,
such as new features, bugs, proposals, etc.
- For each issue reported to the tracker:
- Make the necessary changes to the source files.
- Test the changes.
- Document the changes.
- Mention the changes in the version history if they are important
(see Version History).
- Release version ‘X.Y.Z’:
- Update the release date of version ‘X.Y.Z’ in the version history
of the documentation (see Version History).
- Update online manuals (for all supported languages).
- Update the project website (when there is one again).
- Tag the latest revision as version ‘vX.Y.Z’. For example:
‘v1.5.2’.
- Announce the release to the world.