From 5e428f4a50f17c741897c06c08dce2d3c0b81489 Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Mon, 17 Nov 2025 08:38:30 -0800 Subject: [PATCH 1/2] update docs --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4de4ea49..3161a5da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,15 @@ uses some of these targets during the CI for building and testing. Any and all proposed changes are expected to be made via [pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests). +### Testing Against Connect + +Prior to merging, we run tests against the dev version of Connect using the `rsconnect-python-tests-at-night` workflow +in the Connect repository. To test a feature branch: + +1. Navigate to the `rsconnect-python-tests-at-night` workflow in the Connect repository +2. Trigger it manually via workflow_dispatch +3. Specify your `rsconnect-python` branch/ref in the dropdown + ## Versioning and Releasing All version and release management is done via [annotated git tags](https://git-scm.com/docs/git-tag), as this is the From eec2660d41e2a2ecf2728c6dee5abe74d34254f3 Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Mon, 17 Nov 2025 08:44:24 -0800 Subject: [PATCH 2/2] add checkbox to PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fc690e0b..d9782dab 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,3 +31,4 @@ - [ ] I have updated [CHANGELOG.md](../CHANGELOG.md) to cover notable changes. - [ ] I have updated all related GitHub issues to reflect their current state. +- [ ] I have run the `rsconnect-python-tests-at-night` workflow in Connect against this feature branch.