From 8fd73cc3c62b386402e7788e7dc91d9c43b78153 Mon Sep 17 00:00:00 2001 From: Guy J Grigsby Date: Fri, 18 Sep 2026 13:54:26 -0600 Subject: [PATCH 1/2] Add contrib --- CONTRIBUTING.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e74ab5e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,32 @@ +# Contributing to aperture-cli + +Thanks for your interest in aperture-cli. + +**aperture-cli is open source, but not open for external contribution.** The +code is published under the [BSD 3-Clause License](./LICENSE) so that anyone can +read, learn from, and reuse it — but the project is developed and maintained +internally by the Tailscale team, and we don't accept external code +contributions at this time. + +## What we welcome + +- **Bug reports** — open an [issue](https://github.com/tailscale/aperture-cli/issues) with steps to reproduce and what you expected to happen vs. what actually happened. +- **Feature requests** — open an [issue](https://github.com/tailscale/aperture-cli/issues) describing what you'd like to see and why. +- **Questions and feedback** — we read the issues tracker and community discussions. + +## What we don't accept + +Pull requests from outside Tailscale are not accepted and will be closed +without review. If you have a change in mind, please open an issue first — we're +happy to hear your idea and may well build it ourselves. + +## Development + +Internal development notes live in the [repo docs](./docs). To add support for +a new coding agent, see +[docs/adding-a-client.md](./docs/adding-a-client.md). The `Makefile` at the +repo root has the common build and test targets. + +## License + +aperture-cli is licensed under the BSD 3-Clause License. See [LICENSE](./LICENSE). \ No newline at end of file From e14746561dc8c2a19cdd4d2b76241e17e832e2b5 Mon Sep 17 00:00:00 2001 From: Guy J Grigsby Date: Fri, 18 Sep 2026 13:55:39 -0600 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e74ab5e..bc5a56b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,12 +20,6 @@ Pull requests from outside Tailscale are not accepted and will be closed without review. If you have a change in mind, please open an issue first — we're happy to hear your idea and may well build it ourselves. -## Development - -Internal development notes live in the [repo docs](./docs). To add support for -a new coding agent, see -[docs/adding-a-client.md](./docs/adding-a-client.md). The `Makefile` at the -repo root has the common build and test targets. ## License