Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/collaboration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Collaboration Guidelines

Collaboration in this project is intentionally simple so that the focus remains on learning version control practices. Contributors are encouraged to make small, focused changes and to explain their reasoning clearly in commit messages and pull requests.
Effective teamwork depends on continuous feedback and shared understanding.

When multiple people work on these documents, it is common for changes to overlap. Overlapping changes can lead to merge conflicts, which are a normal part of a collaborative workflow.

The most important aspect of collaboration is communication. Comments in pull requests, documentation updates, and clear descriptions of changes all help maintain a shared understanding of the project.
The most important aspect of collaboration is communication. Comments in pull requests, documentation updates, and clear descriptions of changes all help maintain a shared understanding of the project.
3 changes: 2 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ This documentation project started as a simple collection of notes about collabo

Initially, only a single contributor updated these files. As more people joined, it became clear that branches, pull requests, and reviews were necessary to keep the history organized and understandable.

Today, the repository is used by small groups to simulate how a team would maintain documentation over multiple iterations.
Today, the repository is used by small groups to simulate how a team would maintain documentation over multiple iterations.
This history section has been updated as part of collaborative work.
3 changes: 2 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ This documentation project is used to practice collaborative workflows with Git

The goal of this project is to provide a small but realistic set of documents that multiple people can edit at the same time. Each change is made in a separate branch and is proposed through a pull request.

New contributors can use this repository to practice how to read existing documentation, decide what needs to be improved, and propose clear, focused updates.
New contributors can use this repository to practice how to read existing documentation, decide what needs to be improved, and propose clear, focused updates.
This introduction has been updated as part of collaborative work.