Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 <number>`
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 <number>`
4. Open a PR against `main`

## Questions?

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
tiurin marked this conversation as resolved.

## 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).
Loading