-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationDocs, guides, templatesDocs, guides, templatesgood first issueEasy to pick up, no deep C knowledge neededEasy to pick up, no deep C knowledge needed
Description
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
.phpttests for new features, no new XFAIL regressions - Link to issue tracker for first-time contributors
Acceptance criteria
-
CONTRIBUTING.mdexists at repo root - Build and test instructions are correct and tested
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationDocs, guides, templatesDocs, guides, templatesgood first issueEasy to pick up, no deep C knowledge neededEasy to pick up, no deep C knowledge needed