docs: update documentation to use singular voice

Replace plural pronouns (we, our, us) with singular/project voice
throughout documentation files to represent a singular developer
perspective.

Changes:
- CONTRIBUTING.md: Replace "We are" with "This project is",
  "We use" with "This project uses", "our" with "the"
- README.md: Replace "our" with "the", add OS to bug report checklist
- docs/VERSION_HISTORY.md: Replace "we reset" with passive voice
  "the version was reset"
This commit is contained in:
2025-10-26 12:15:13 -04:00
parent 350e1be20c
commit 44bb99dd11
11 changed files with 19 additions and 3109 deletions

View File

@@ -15,7 +15,7 @@ Thank you for your interest in contributing to the Obsidian MCP Server Plugin! T
## Code of Conduct
We are committed to providing a welcoming and inclusive environment. Please be respectful and constructive in all interactions.
This project is committed to providing a welcoming and inclusive environment. Please be respectful and constructive in all interactions.
## Getting Started
@@ -100,7 +100,7 @@ For feature requests, please describe:
- `refactor/cleanup-utils` for refactoring
2. **Make your changes:**
- Write code following our [Code Guidelines](#code-guidelines)
- Write code following the [Code Guidelines](#code-guidelines)
- Add tests for new functionality
- Update documentation as needed
@@ -305,7 +305,7 @@ Before submitting, ensure:
### Versioning
We use [Semantic Versioning](https://semver.org/):
This project uses [Semantic Versioning](https://semver.org/):
- **Major** (1.0.0): Breaking changes
- **Minor** (0.1.0): New features, backward compatible
- **Patch** (0.0.1): Bug fixes, backward compatible