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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ ruby tools/validate_data.rb

Do not edit files in `_site/` directly. That directory is generated by Jekyll; make changes in the source files and regenerate the site instead.

## Code of Conduct
By participating in this project, you agree to abide by our Code of Conduct [link to file or text]. We strive to maintain a welcoming and inclusive environment.
## Community Guidelines
We strive to maintain a welcoming and inclusive environment for everyone who contributes to this project.

---
**Need help?** If you have questions about how to contribute, feel free to open a "Question" issue and we'll help you get started!
**Need help?** If you have questions about how to contribute, feel free to [open an issue](https://github.com/TestingConferences/testingconferences.github.io/issues/new/choose) and we'll help you get started!
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The July 2026 readiness assessment found the repository ready for supervised con
- [x] **Workflow Simplification**: Simplify or rename `.github/workflows/deploy.yml` so it matches the confirmed model where GitHub Pages deploys from `main`.
- [ ] **Validator Regression Tests**: Add focused fixtures and automated tests for valid data, representative failures, warnings, date parsing, and schema changes.
- [ ] **Branch Protection**: Require the consolidated validation check for `main` and document the expectation.
- [ ] **Contributor Support Cleanup**: Replace the Code of Conduct placeholder and align contributor support text with the issue forms that actually exist.
- [x] **Contributor Support Cleanup**: Replace the Code of Conduct placeholder and align contributor support text with the issue forms that actually exist.

## Phase 2: Quality Ledger & Metrics
*Goal: Associate every site version with a specific quality snapshot.*
Expand Down
Loading