1
1
# Contributing
2
2
3
- Community contributions to ` libddprof ` are welcome 😃! See below for some basic guidelines.
3
+ Community contributions to ` libdatadog ` are welcome 😃! See below for some basic guidelines.
4
4
5
5
## Want to request a new feature?
6
6
7
7
Many great ideas for new features come from the community, and we'd be happy to consider yours!
8
8
9
- To share your request, you can [ open a Github issue] ( https://github.com/datadog/libddprof /issues/new ) with the details
9
+ To share your request, you can [ open a Github issue] ( https://github.com/datadog/libdatadog /issues/new ) with the details
10
10
about what you'd like to see. At a minimum, please provide:
11
11
12
12
* The goal of the new feature
@@ -26,8 +26,8 @@ Additionally, if you can, include:
26
26
For any urgent matters (such as outages) or issues concerning the Datadog service or UI, contact our support team via
27
27
https://docs.datadoghq.com/help/ for direct, faster assistance.
28
28
29
- You can submit bug reports concerning ` libddprof ` by
30
- [ opening a Github issue] ( https://github.com/datadog/libddprof /issues/new ) . At a minimum, please provide:
29
+ You can submit bug reports concerning ` libdatadog ` by
30
+ [ opening a Github issue] ( https://github.com/datadog/libdatadog /issues/new ) . At a minimum, please provide:
31
31
32
32
* A description of the problem
33
33
* Steps to reproduce
@@ -38,7 +38,7 @@ You can submit bug reports concerning `libddprof` by
38
38
39
39
If at all possible, also provide:
40
40
41
- * Logs (from the profiler/application/agent) or other diagnostics
41
+ * Logs (from the library/ profiler/application/agent) or other diagnostics
42
42
* Screenshots, links, or other visual aids that are publicly accessible
43
43
* Code sample or test that reproduces the problem
44
44
* An explanation of what causes the bug and/or how it can be fixed
@@ -48,15 +48,15 @@ Reports that include rich detail are better, and ones with code that reproduce t
48
48
## Have a patch?
49
49
50
50
We welcome code contributions to the library, which you can
51
- [ submit as a pull request] ( https://github.com/datadog/libddprof /pull/new/main ) .
51
+ [ submit as a pull request] ( https://github.com/datadog/libdatadog /pull/new/main ) .
52
52
To create a pull request:
53
53
54
- 1 . ** Fork the repository** from < https://github.com/datadog/libddprof >
54
+ 1 . ** Fork the repository** from < https://github.com/datadog/libdatadog >
55
55
2 . ** Make any changes** for your patch
56
56
3 . ** Write tests** that demonstrate how the feature works or how the bug is fixed
57
57
4 . ** Update any documentation** especially for new features.
58
58
5 . ** Submit the pull request** from your fork back to the latest revision of the ` main ` branch on
59
- < https://github.com/datadog/libddprof >
59
+ < https://github.com/datadog/libdatadog >
60
60
61
61
The pull request will be run through our CI pipeline, and a project member will review the changes with you.
62
62
At a minimum, to be accepted and merged, pull requests must:
0 commit comments