Skip to content

Commit 3b7250e

Browse files
debug: dummy commit
1 parent 5562ae1 commit 3b7250e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![GitHub all releases](https://img.shields.io/github/downloads/datadog/dd-trace-java/total)](https://github.com/DataDog/dd-trace-java/releases)
77
[![GitHub](https://img.shields.io/github/license/datadog/dd-trace-java)](/LICENSE)
88

9-
109
This repository contains `dd-trace-java`, Datadog's APM client Java library.
1110
`dd-trace-java` contains APIs to automatically or manually [trace](https://docs.datadoghq.com/tracing/visualization/#trace) and [profile](https://docs.datadoghq.com/tracing/profiler/) Java applications.
1211

@@ -35,14 +34,19 @@ Take a look at the [APM Glossary][visualization docs].
3534

3635
Before contributing to the project, please take a moment to read our brief [Contribution Guidelines](CONTRIBUTING.md).
3736
Then check our guides:
37+
3838
* [How to set up a development environment and build the project](BUILDING.md),
3939
* [How to create a new instrumentation](docs/add_new_instrumentation.md),
4040
* [How to test](docs/how_to_test.md),
4141

4242
Or our reference documents:
43+
4344
* [How instrumentations work](docs/how_instrumentations_work.md).
4445

4546
## Releases
47+
4648
Datadog will generally release a new minor version during the first full week of every month.
4749

4850
See [release.md](docs/releases.md) for more information.
51+
52+
Additional line

0 commit comments

Comments
 (0)