Skip to content

Latest commit

 

History

History

README.md

development/ - Development & Contribution

Contributing, testing, and development guides

Quick Reference: Contributing | Testing Guide | Code of Conduct

Purpose

The development/ directory contains documentation for contributing to the project, understanding development standards, and working with the codebase.

Contents

File Purpose Audience
contributing.md Contribution guidelines and process Contributors
code-of-conduct.md Community standards and behavior All participants
security.md Security policy and vulnerability reporting All users
roadmap.md Development roadmap and future plans Maintainers, contributors
testing-guide.md Testing framework guide Developers
testing-with-credentials.md Testing with external service credentials Developers
coverage-gaps.md Test coverage gap analysis Developers
contribution-map.md Pre-contribution overlap check and shape routing Contributors
optional-dependencies.md Optional dependency capability matrix Developers
no-mocks-http-testing.md No-mocks HTTP testing with pytest-httpserver Developers
code-review-checklist.md Eight-criterion review checklist Reviewers
validation_gates.md Validation gate stages and enforcement Developers

Quick Navigation

Contributing to the Project

→ Read Contributing - Contribution guidelines

Understanding Testing

→ Study Testing Guide - Testing framework

Reporting Security Issues

→ Follow Security - Security policy

Community Standards

→ Review Code of Conduct - Community guidelines

Future Development

→ Check Roadmap - Development plans

Related Documentation

See Also