Skip to content

Commit 0091a4f

Browse files
docs: update glossary.md issue 155 (OpenSource-Communities#167)
1 parent a9c13a4 commit 0091a4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/intro-to-oss/glossary.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A core member is a contributor who has been granted additional privileges or res
2020

2121
## Docs
2222

23-
This is an abbreviation for the word documentation. Its primary use is to explain how to implement and use the product. Documentation also provides people with information on how to contribute to OSS projects and expectations for contributors. Markdown, a text-based coding language is often used to create these forms of content. Want to see one in action? Check out the [Style Guide in our Pizza Verse repo](https://github.com/open-sauced/pizza-verse/blob/main/style-guide.md)!
23+
Docs is an abbreviation for "documentation". It primarily explains how to implement and use a product or an open source project. It also provides information on how to contribute to the project and expectations for contributors. Documentation is often written using [Markdown](https://www.markdownguide.org/), a lightweight markup language.
2424

2525
## Fork
2626

@@ -42,10 +42,6 @@ Markdown is a lightweight markup language commonly used for creating formatted t
4242

4343
Merging is the process of combining changes from one branch into another. When a pull request is accepted and merged, the changes made in the pull request become part of the main codebase.
4444

45-
## Docs
46-
47-
This is an abbreviation for the word documentation, a piece of text that provides information on how to contribute to OSS projects and expectations for contributors. Markdown, a text-based coding language is often used to create these forms of content. Want to see one in action? Check out the [Style Guide in our Pizza Verse repo](https://github.com/open-sauced/pizza-verse/blob/main/style-guide.md)!
48-
4945
## Onboarding
5046

5147
Onboarding documentation helps new team members or collaborators quickly become familiar with a project's structure, goals, and processes.

0 commit comments

Comments
 (0)