From 2388a72eb4f15b9d05a285916f4c1fbdb63df212 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Tue, 9 Jun 2026 11:46:38 -0700 Subject: [PATCH 1/2] Update CONTRIBUTING.md for feature requests and commands Clarified feature request process and added section on adopting commands. --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30951f1..a7bd4c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,11 @@ Otherwise, you can of course always open an issue for us to look into. ## Feature requests -Please open a new issue for any feature requests you have in mind. -Since most of the behavior comes from upstream (`deps/`), new features are usually best discussed (and landed) upstream first. +Please open a new issue for any feature requests you have in mind. Since most of the behavior comes from upstream (`deps/`), new features are usually best discussed (and landed) upstream first. + +## Adopting Commands + +We'll adopt a command by command basis. Some command make sense on Windows, others do not. Please create a feature request for an additional commands. As stated above, most behavior is driven from upstream. ## Code changes From 73dc4db8bc31996b3999e034b02ebb4bb26a0e81 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 10 Jun 2026 21:38:06 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7bd4c2..124c83b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,11 @@ Please open a new issue for any feature requests you have in mind. Since most o ## Adopting Commands -We'll adopt a command by command basis. Some command make sense on Windows, others do not. Please create a feature request for an additional commands. As stated above, most behavior is driven from upstream. +We'll adopt a command by command basis. Some command make sense on Windows, others do not. A guiding principle is if they have an equivalent on either Linux or macOS, are commonly installed by default, and commonly used: Our answer will be `Yes`. + +For instance, pbcopy and pbpaste from macOS would be 100% acceptable + +Please create a feature request for an additional commands. As stated above, most behavior is driven from upstream. ## Code changes