Conversation
Add CONTRIBUTING.md as a routing document: where bugs, proposals, and usage questions belong, how to propose a skill or tool change, the Conventional Commits requirement enforced by the commit-msg hook and pr-title.yml, and the verification gates. It references AGENTS.md, CODING_STANDARDS_AND_STRUCTURE.md, and RELEASE.md rather than restating them. Add .github/ISSUE_TEMPLATE/ issue forms. The bug form requires the harness transcript, host, plugin version, and instance DSS version, which maintainers currently request by hand on every report. The feature form requires the area and why existing tool and Cobuild paths do not cover the request. config.yml disables blank issues and routes usage questions to Slack. Refs #128 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
yjouini
marked this pull request as ready for review
August 27, 2026 11:27
hanneshapke
reviewed
Sep 15, 2026
hanneshapke
left a comment
Contributor
There was a problem hiding this comment.
@yjouini please see my comment
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Contributing guide | ||
| url: https://github.com/dataiku/dataiku-headless/blob/main/CONTRIBUTING.md |
|
|
||
| ## Opening a pull request | ||
|
|
||
| 1. Fork the repository and create a focused branch from `main`. |
Contributor
There was a problem hiding this comment.
@pmasiphelps @yjouini I am seeing a number of projects to prevent AI slop, including setting a max line limit for PRs. Any change above the limit needs an RFC first. At vLLM, the limit is 500 lines of code changes.
I like the guardrail against massie changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #128
Summary
CONTRIBUTING.mdcovering issue routing, the fork-and-PR workflow, validation guidance, and pull request expectations.Validation
uv sync --lockeduv run pre-commit run --all-files --show-diff-on-failureuv run pytest(235 passed)uv build