Skip to content

Commit 0e6e878

Browse files
committed
add contributing.md
1 parent 922ed1b commit 0e6e878

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Contributing.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing to Baselime AWS Lambda Node.js OpenTelemetry
2+
3+
You want to help improve the Baselime AWS Lambda Node.js OpenTelemetry? Awesome, thank you!
4+
5+
## Reporting Issues
6+
7+
Bugs, feature requests, and development-related questions should be directed to our [GitHub issue tracker](https://github.com/baselime/lambda-node-opentelemetry/issues).
8+
9+
When reporting a bug, please try and provide as much context as possible such as your operating system, Node version, and anything else that might be relevant to the bug. For feature requests, please explain what you're trying to do, and how the requested feature would help you do that.
10+
11+
## Building and Packaging the project
12+
13+
### Prerequisites:
14+
15+
- Node 16.15+ Installed.
16+
17+
```shell
18+
$ npm run build
19+
```
20+
21+
## Setup
22+
23+
[Fork](https://github.com/baselime/lambda-node-opentelemetry) then clone this repository:
24+
25+
```
26+
$ git clone https://github.com/baselime/lambda-node-opentelemetry.git
27+
$ cd lambda-node-opentelemetry
28+
$ npm ci
29+
```

0 commit comments

Comments
 (0)