A comprehensive open-source glossary of technical terms, acronyms, and jargon for writers, developers, and subject-matter experts. This project aims to help technical writers and documentation professionals understand and accurately document concepts across multiple technical fields.
This glossary serves to:
- Provide clear, accurate definitions of technical terms
- Bridge knowledge gaps between different technical domains
- Help technical writers document complex concepts accurately
- Create a standardized reference for the technical writing community
technical-writing-glossary/
├── docs/
├── technical-writing-fundamentals/
├── devops/
├── cybersecurity/
├── ai-ml/
└── [other-domains]/
Explore terms by category:
(More categories coming soon! Propose a new category.)
We welcome contributions! Please see our Contribution Guide for details on:
- How to add new terms
- How to update existing terms
- Style guidelines
- Review process
Before contributing, please:
- Check if the term already exists
- Read our style guide
- Follow the term template
- Submit a pull request
To contribute to this glossary:
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/technical-writing-glossary.git
- Create a new branch for your changes:
git checkout -b add-new-term
-
Make your changes following our guidelines
-
Submit a pull request
# [Term Name]
## Definition
[Clear, precise explanation of the term, including any important variations or industry-specific meanings]
## Real World Usage
### Documentation Examples
- [Relevant code or documentation snippets]
### Best Practices (if applicable)
- [Key guidelines for using/documenting this term]
- [Common pitfalls to avoid]
## Related Terms & Concepts
- [Term 1]: [Brief explanation of relationship]
- [Term 2]: [Brief explanation of relationship]
## Additional Resources
- [Official documentation/specifications]
- [Helpful articles or tutorials]
- [Community discussions/standards]
---
Last updated: [YYYY-MM-DD] | Version: [X.X]
## Changelog
| Date | Contributor |
|------|-------------|
| [YYYY-MM-DD] | [Name] |
Thanks to all contributors who help make this glossary a valuable resource for the technical writing community.