From f8fa8db486ec2e2a0685c23c1516ac0c8326948b Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Wed, 12 Aug 2026 19:37:17 +0300 Subject: [PATCH] Document external pull requests contribution policy Co-Authored-By: Claude --- CONTRIBUTING.md | 13 +++++++------ README.md | 8 +++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fcada5a..cefa7c42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing to lstk -Thanks for contributing to lstk! This document covers contribution guidelines for the lstk CLI. +lstk is developed by the LocalStack team and is not currently accepting external pull requests — pull request creation is restricted to repository collaborators. + +Your input still matters: open an [issue](https://github.com/localstack/lstk/issues) for bugs and feature requests. This is the channel we act on. ## Development Setup @@ -100,11 +102,10 @@ This scaffolds a new Bubble Tea TUI component. ## Pull Requests -1. Fork the repository -2. Create a feature branch from `main` -3. Run `make lint` and `make test` before submitting -4. Review your own PR first — run `/review-pr ` -5. Open a PR against `main` +1. Create a feature branch from `main` +2. Run `make lint` and `make test` before submitting +3. Review your own PR first — run `/review-pr ` +4. Open a PR against `main` ## Questions? diff --git a/README.md b/README.md index 11e68b9c..0b506e3d 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,8 @@ Running `lstk` will automatically handle authentication, configuration, and cont For the full command reference, configuration options, environment variables, and troubleshooting, see the **[lstk documentation](https://docs.localstack.cloud/aws/developer-tools/running-localstack/lstk/)**. -## Contributing +## Feedback and contributing -See [CONTRIBUTING.md](https://github.com/localstack/lstk/blob/main/CONTRIBUTING.md) for development setup, architecture, and pull request guidelines. +lstk is developed by the LocalStack team and is not currently accepting external pull requests. Feedback is very welcome though — use the [issue tracker](https://github.com/localstack/lstk/issues) for bug reports and feature requests. -## Reporting bugs - -Feedback is welcome! Use the [repository issue tracker](https://github.com/localstack/lstk/issues) for bug reports or feature requests. +Development setup and architecture live in [CONTRIBUTING.md](https://github.com/localstack/lstk/blob/main/CONTRIBUTING.md).