Skip to content

Commit 0ea2ed8

Browse files
committed
fix: contributing guide
1 parent af49484 commit 0ea2ed8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ To suggest a feature or enhancement, please create an issue on GitHub with the l
3232

3333
- Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.
3434

35-
- Unit test: run `make test` for NGINX OSS and `make test-plus` for NGINX Plus
36-
- Integration/Manual test: ensure that your changes work in either your app or the following runtime
35+
- **Unit Test**: run `make test` for NGINX OSS and `make test-plus` for NGINX Plus
36+
- **Integration/Manual test**: ensure that your changes work in either your app or the following runtime
3737
- [`nginx-s3-gateway`](https://github.com/nginxinc/nginx-s3-gateway)
3838
- [`nginx-lambda-gateway`](https://github.com/nginx-serverless/nginx-lambda-gateway)
39-
40-
Make sure that you also manually test this library that is integrated with the runtime such as `nginx-s3-gateway` and `nginx-lambda-gateway`.
4139

4240
- Fill in [our pull request template](https://github.com/nginxinc/nginx-aws-signature/blob/main/.github/pull_request_template.md).
4341

0 commit comments

Comments
 (0)