Skip to content

Add CONTRIBUTING.md #16

@pronskiy

Description

@pronskiy

The repo has no contribution guide. Create CONTRIBUTING.md covering:

  • How to build: phpize && ./configure --enable-php-debugger && make
  • How to run tests: TEST_PHP_ARGS='-dzend_extension=modules/php_debugger.so' php run-xdebug-tests.php -q tests/debugger/
  • PR process: all changes via PRs, no direct pushes to main
  • Code style: tabs for indentation (inherited from Xdebug)
  • Test requirements: include .phpt tests for new features, no new XFAIL regressions
  • Link to issue tracker for first-time contributors

Acceptance criteria

  • CONTRIBUTING.md exists at repo root
  • Build and test instructions are correct and tested

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationDocs, guides, templatesgood first issueEasy to pick up, no deep C knowledge needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions