From 3e8462de7482b755523c58da41b9e807e9b478c1 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Sat, 15 Apr 2023 11:14:21 -0400 Subject: [PATCH] Update advice in CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 856bdcde..3570a0bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,6 @@ This repository is open to community contributions! -**Development occurs on the `dev` branch, which is merged into `main` on each release.** -This ensures the examples are in-sync with the latest release. - There are a few options if you'd like to help: 1. File issues for bugs you find or new features you'd like. @@ -13,6 +10,8 @@ There are a few options if you'd like to help: Any contributions made are provided under the license(s) listed in this repo at the time of their contribution, and do not require separate attribution. +When you make a PR (other than for purely internal changes), please update the root level `CHANGELOG.md`. + ## Testing 1. Use doc tests aggressively to show how APIs should be used.