Skip to content

Commit 6c2a440

Browse files
committed
add PR and issue template
1 parent ce3b82c commit 6c2a440

File tree

4 files changed

+93
-0
lines changed

4 files changed

+93
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
<!--- This repo is mainly used for packaging and releasing the Datadog AWS Lambda layers for [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet). Therefore, the issues and feature requests here would focus on the usage of the AWS Lambda layers. For other tracing issues or feature requests, please use [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet).--->
5+
---
6+
7+
8+
## Expected Behavior
9+
10+
11+
## Actual Behavior
12+
13+
14+
## Steps to Reproduce the Problem
15+
16+
1.
17+
1.
18+
1.
19+
20+
## Specifications
21+
22+
- Datadog Lambda Layer version:
23+
24+
## Stacktrace
25+
26+
```
27+
Paste here
28+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea
4+
<!--- This repo is mainly used for packaging and releasing the Datadog AWS Lambda layers for [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet). Therefore, the issues and feature requests here would focus on the usage of the AWS Lambda layers. For other tracing issues or feature requests, please use [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet).--->
5+
---
6+
7+
## Expected Behavior
8+
9+
10+
## Actual Behavior
11+
12+
13+
## Steps to Reproduce the Problem
14+
15+
1.
16+
1.
17+
1.
18+
19+
## Specifications
20+
21+
- Datadog Lambda Layer version:
22+
23+
## Stacktrace
24+
25+
```
26+
Paste here
27+
```

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--- Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-python/blob/main/CONTRIBUTING.md) if you have not yet done so._ --->
2+
3+
### What does this PR do?
4+
5+
<!--- A brief description of the change being made with this pull request. --->
6+
7+
### Motivation
8+
9+
<!--- What inspired you to submit this pull request? --->
10+
11+
### Testing Guidelines
12+
13+
<!--- How did you test this pull request? --->
14+
15+
### Additional Notes
16+
17+
<!--- Anything else we should know when reviewing? --->
18+
19+
### Types of Changes
20+
21+
- [ ] Bug fix
22+
- [ ] New feature
23+
- [ ] Breaking change
24+
- [ ] Misc (docs, refactoring, dependency upgrade, etc.)
25+
26+
### Check all that apply
27+
28+
- [ ] This PR's description is comprehensive
29+
- [ ] This PR contains breaking changes that are documented in the description
30+
- [ ] This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
31+
- [ ] This PR impacts documentation, and it has been updated (or a ticket has been logged)
32+
- [ ] This PR's changes are covered by the automated tests
33+
- [ ] This PR collects user input/sensitive content into Datadog
34+
- [ ] This PR passes the integration tests (ask a Datadog member to run the tests)

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Contributing
2+
3+
This repo is mainly used for packaging and releasing the Datadog AWS Lambda layers for [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet).
4+
Therefore, the issues and feature requests here would focus on the usage of the AWS Lambda layers. For other tracing issues or feature requests, please use [dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet).

0 commit comments

Comments
 (0)