chore: add issue and pull request templates - #5
Merged
Conversation
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>
adwk67
approved these changes
Aug 5, 2026
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.
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.