Skip to content

Commit d21f5cd

Browse files
claredillonspier
andauthored
Added project and repository definitions to Glossary (#697)
* Added project and repository definitions to Glossary Following an actions from an ISPO WG meeting in May 2024, I have added definitions for project and repository to the Glossary. I re-ordered the existing entries to make them alphabetical. * Integrating the glossary into the book, hoping that it will just work :) --------- Co-authored-by: Sebastian Spier <github@spier.hu>
1 parent a71649f commit d21f5cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

book/en/toc_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Instead edit toc_template.md
2424
## Appendix
2525

2626
* [Pattern Template](../../meta/pattern-template.md)
27+
* [Glossary](../../meta/glossary.md)
2728
* Extras
2829
* [README Template](../../patterns/2-structured/templates/README-template.md)
2930
* [CONTRIBUTING Template](../../patterns/2-structured/templates/CONTRIBUTING-template.md)

meta/glossary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This glossary defines essential terms that are commonly used when writing new pa
44

55
Through this the glossary helps members of the Patterns Working Group to use consistent language when writing and reviewing patterns.
66

7-
- **organization** - An umbrella for multiple legal entities. (synonyms: group, enterprise) (e.g. Lufthansa)
87
- **legal entity** - An entity that has its own legal rights and obligations (synonyms: company, subsidiary) (e.g. Lufthansa Systems GmbH, Lufthansa Industry Solutions TS GmbH, ...)
8+
- **organization** - An umbrella for multiple legal entities. (synonyms: group, enterprise) (e.g. Lufthansa)
9+
- **project** - Projects serve as a planning and tracking tool that can integrate with the issues and pull requests within one or more repositories. In [GitHub documentation](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects), projects are described as an adaptable spreadsheet, task-board, and road map that integrates with your issues and pull requests to help you plan and track your work effectively. A single project can include items (e.g. issues and pull requests) from multiple repositories.
10+
- **repository** - A repository is a central location for source code, files, where each file's revision history is stored and managed. It enables version control and collaboration among multiple contributors. Repositories are designed to facilitate collaboration, discussion, and management of work through features like issues, pull requests, and project boards. A single repository can be associated with multiple projects.
911

1012
*Note that his glossary is far from complete. If you see terms that are used frequently in our patterns and should be defined in this glossary, please add them.*

0 commit comments

Comments
 (0)