Skip to content

Commit bf30b4b

Browse files
authored
Update CONTRIBUTING.md
1 parent 41c8ac4 commit bf30b4b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ First of all, thanks for contributing!. Before contributing please read the [COD
2727

2828
## Testing
2929

30-
1> Unit Testing locally
30+
1. Unit Testing locally
31+
* Go to root folder and run `go test ./...`
32+
* Go to lambda-extensions folder and run `go test ./...`
3133

32-
- Go to root folder and run "go test ./..."
33-
34-
- Go to lambda-extensions folder and run "go test ./..."
35-
36-
2> Testing with Lambda function
34+
2. Testing with Lambda function
3735

3836
Add the layer arn generated from build command output to your lambda function by following instructions in [docs](https://help.sumologic.com/03Send-Data/Collect-from-Other-Data-Sources/Collect_AWS_Lambda_Logs_using_an_Extension).Test by running the function manually. Confirm that logs are coming to Sumo Logic.
3937

@@ -53,11 +51,11 @@ First of all, thanks for contributing!. Before contributing please read the [COD
5351

5452
Run below commands to create and push tags
5553

56-
git tag -a v<major.minor.patch> <commit_id>
54+
`git tag -a v<major.minor.patch> <commit_id>`
5755

58-
git push origin v<major.minor.patch>
56+
`git push origin v<major.minor.patch>`
5957

60-
- Add the sumologic-extension-amd64.tar.gz and sumologic-extension-arm64.tar.gz files manually from the target folder generated after running zip.sh.
58+
- Add the `sumologic-extension-amd64.tar.gz` and `sumologic-extension-arm64.tar.gz` files manually from the target folder generated after running zip.sh.
6159
- Update the release description with new layer arns and more details on what's changed.
6260

6361

0 commit comments

Comments
 (0)