Skip to content

chore: add issue and pull request templates - #5

Merged
maltesander merged 1 commit into
mainfrom
feat/issue-and-pr-templates
Aug 5, 2026
Merged

chore: add issue and pull request templates#5
maltesander merged 1 commit into
mainfrom
feat/issue-and-pr-templates

Conversation

@maltesander

Copy link
Copy Markdown
Member

Description

Add issue / pr / security temmplates:

  • bug_report.yml: component dropdown (driver / Power BI connector / Windows installer and DSN dialog / Linux installer), reproduction asks what Trino answers to the same statement through the CLI, plus connection string with secrets removed, driver version, Trino version and catalog, Driver Manager, platform and application, optional spec reference, driver log. The log warning names what the connection string actually leaks: passwords are redacted, hostnames and usernames are not.
  • feature_request.yml: points at the README's Limits for what Trino cannot answer, asks for prior art in the JDBC driver or CLI since shared keys keep the JDBC name, and the ownership dropdown routes between this driver, the connector, core, and the client library.
  • config.yml: three contact links, security-advisory URL.
  • pull_request_template.md: "What this changes", "Spec basis", a new "Trino behaviour" section asking for the measured coordinator response, and a checklist carrying this repo's rules: pre-commit as the gate, changelog under [Unreleased], map_trino_error, tests proven by breaking the line they cover, plus conditional items for a new connection-string key (parser and README table), the integration suites, the Windows VM suites, fixing core defects upstream, and rebuilding the connector.

The core repository has these and this one did not, so a bug report arrives
without the driver version, the Driver Manager or a log, and every report
costs a round trip before it can be looked at.

The forms are core's, adapted to a loadable driver: the component dropdown
covers the connector and the installers as well as the driver, reproduction
asks what Trino answers to the same statement, and the log warning names what
the connection string leaks beyond the redacted password. The checklist
carries this repository's rules, `map_trino_error` and the two edits a new
connection-string key needs among them.

`dependabot.yml` is not carried over, because renovate.json covers it here.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@maltesander
maltesander requested a review from adwk67 August 5, 2026 12:12
@maltesander maltesander self-assigned this Aug 5, 2026
@maltesander
maltesander merged commit 27439d3 into main Aug 5, 2026
8 checks passed
@maltesander
maltesander deleted the feat/issue-and-pr-templates branch August 5, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants