You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For pull requests, please stick to the following guidelines:
6
6
7
7
* Add tests for any new features and bug fixes. Ideally, each PR should increase the test coverage.
8
8
* Follow the existing code style. Run `make format` and `make lint` before checking in your code.
9
-
*This might involve previous runs of `make venv` and `make install`, in order to have proper local setup.
9
+
*Refer to [Development Environment Setup](https://docs.localstack.cloud/contributing/development-environment-setup/) if your local testing environment is not yet properly set up.
10
10
* Put a reasonable amount of comments into the code.
11
11
* Fork localstack on your GitHub user account, do your changes there and then create a PR against main localstack repository.
12
12
* Separate unrelated changes into multiple pull requests.
0 commit comments