diff --git a/docs/collaboration.md b/docs/collaboration.md index 849fef8..ff07d30 100644 --- a/docs/collaboration.md +++ b/docs/collaboration.md @@ -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. \ No newline at end of file +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. diff --git a/docs/history.md b/docs/history.md index 9ea2604..7f8a128 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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. \ No newline at end of file +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. diff --git a/docs/introduction.md b/docs/introduction.md index a0cbfdf..4465708 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -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. \ No newline at end of file +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.