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
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
@@ -15,31 +17,33 @@ reported the issue. Please try to include as much information as you can.
15
17
16
18
## Contributing via Pull Requests
17
19
18
-
We are temporarily de-prioritizing and pausing external contributions until end of July 2022. You can read more here: https://github.com/awslabs/aws-lambda-powertools-python/issues/1076
19
-
20
-
<!-- Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
20
+
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
21
21
22
22
1. You are working against the latest source on the **develop** branch.
23
23
2. You check existing open, and recently merged pull requests to make sure someone else hasn't addressed the problem already.
24
-
3. You open a [RFC issue](https://github.com/awslabs/aws-lambda-powertools-python/issues/new?assignees=&labels=RFC%2C+triage&template=rfc.md&title=RFC%3A+) to discuss any significant work - we would hate for your time to be wasted. -->
24
+
3. You open an [issue](https://github.com/awslabs/aws-lambda-powertools-python/issues/new/choose) before you begin any implementation. We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
25
25
26
26
### Dev setup
27
27
28
+
Firstly, [fork the repository](https://github.com/awslabs/aws-lambda-powertools-python/fork).
29
+
30
+
To setup your development environment, we recommend using our pre-configured Cloud environment: https://gitpod.io/#https://github.com/YOUR_USERNAME/aws-lambda-powertools-python. Replace YOUR_USERNAME with your GitHub username or organization so the Cloud environment can target your fork accordingly.
31
+
32
+
Alternatively, you can use `make dev` within your local virtual environment.
33
+
28
34
To send us a pull request, please follow these steps:
29
35
30
-
1. Fork the repository.
31
-
2. Install dependencies in a virtual env with poetry, and pre-commit hooks: `make dev`
32
-
3. Create a new branch to focus on the specific change you are contributing e.g. `improv/logger-debug-sampling`
33
-
4. Run all tests, and code baseline checks: `make pr`
36
+
1. Create a new branch to focus on the specific change you are contributing e.g. `improv/logger-debug-sampling`
37
+
2. Run all tests, and code baseline checks: `make pr`
34
38
- Git hooks will run linting and formatting while `make pr` run deep checks that also run in the CI process
35
-
4. Commit to your fork using clear commit messages.
36
-
5. Send us a pull request with a [conventional semantic title](https://github.com/awslabs/aws-lambda-powertools-python/pull/67), and answering any default questions in the pull request interface.
37
-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
39
+
3. Commit to your fork using clear commit messages.
40
+
4. Send us a pull request with a [conventional semantic title](https://github.com/awslabs/aws-lambda-powertools-python/pull/67), and answering any default questions in the pull request interface.
41
+
5. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
42
39
43
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40
44
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
41
45
42
-
####Local documentation
46
+
### Local documentation
43
47
44
48
You might find useful to run both the documentation website and the API reference locally while contributing:
0 commit comments