|
1 |
| -[](https://opensource.newrelic.com/oss-category/#community-plus) |
| 1 | +<a href="https://opensource.newrelic.com/oss-category/#community-project"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Community_Plus.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"><img alt="New Relic Open Source community project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Project.png"></picture></a> |
2 | 2 |
|
3 | 3 | # New Relic Python Agent
|
4 | 4 |
|
@@ -97,7 +97,7 @@ Should you need assistance with New Relic products, you are in good
|
97 | 97 | hands with several support diagnostic tools and support channels.
|
98 | 98 |
|
99 | 99 | This [troubleshooting
|
100 |
| -framework](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787) |
| 100 | +framework](https://forum.newrelic.com/s/hubtopic/aAX8W0000008bSoWAI/troubleshooting-frameworks) |
101 | 101 | steps you through common troubleshooting questions.
|
102 | 102 |
|
103 | 103 | New Relic offers NRDiag, [a client-side diagnostic
|
@@ -134,41 +134,32 @@ emphasize the importance of not sharing personal data in public forums,
|
134 | 134 | and ask all users to scrub logs and diagnostic information for sensitive
|
135 | 135 | information, whether personal, proprietary, or otherwise.
|
136 | 136 |
|
137 |
| -We define \"Personal Data\" as any information relating to an identified |
| 137 | +We define "Personal Data" as any information relating to an identified |
138 | 138 | or identifiable individual, including, for example, your name, phone
|
139 | 139 | number, post code or zip code, Device ID, IP address and email address.
|
140 | 140 |
|
141 |
| -Please review [New Relic\'s General Data Privacy |
| 141 | +Please review [New Relic's General Data Privacy |
142 | 142 | Notice](https://newrelic.com/termsandconditions/privacy) for more
|
143 | 143 | information.
|
144 | 144 |
|
145 |
| -## Contributing |
| 145 | +## Contribute |
146 | 146 |
|
147 |
| -We encourage your contributions to improve the New Relic Python Agent! |
148 |
| -Keep in mind when you submit your pull request, you\'ll need to sign the |
149 |
| -CLA via the click-through using CLA-Assistant. You only have to sign the |
150 |
| -CLA one time per project. If you have any questions, or to execute our |
151 |
| -corporate CLA, required if your contribution is on behalf of a company, |
152 |
| -please drop us an email at <[email protected]>. |
| 147 | +We encourage your contributions to improve the New Relic Python Agent! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project. |
| 148 | + |
| 149 | +If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at <[email protected]>. |
153 | 150 |
|
154 | 151 | ### A note about vulnerabilities
|
155 | 152 |
|
156 |
| -As noted in our [security |
157 |
| -policy](https://github.com/newrelic/newrelic-python-agent/security/policy), |
158 |
| -New Relic is committed to the privacy and security of our customers and |
159 |
| -their data. We believe that providing coordinated disclosure by security |
160 |
| -researchers and engaging with the security community are important means |
161 |
| -to achieve our security goals. |
| 153 | +As noted in our [security policy](https://github.com/newrelic/newrelic-python-agent/security/policy), New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals. |
162 | 154 |
|
163 |
| -If you believe you have found a security vulnerability in this project |
164 |
| -or any of New Relic\'s products or websites, we welcome and greatly |
165 |
| -appreciate you reporting it to New Relic through [our bug bounty |
166 |
| -program](https://docs.newrelic.com/docs/security/security-privacy/information-security/report-security-vulnerabilities/). |
| 155 | +If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through [our bug bounty program](https://docs.newrelic.com/docs/security/security-privacy/information-security/report-security-vulnerabilities/). |
167 | 156 |
|
168 |
| -## License |
| 157 | +If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md). |
169 | 158 |
|
170 |
| -The New Relic Python Agent is licensed under the [Apache |
171 |
| -2.0](http://apache.org/licenses/LICENSE-2.0.txt) License. The New Relic |
| 159 | +To all contributors, we thank you! Without your contribution, this project would not be what it is today. We also host a community project page dedicated to the [New Relic Python Agent](https://opensource.newrelic.com/projects/newrelic/newrelic-python-agent). |
| 160 | +
|
| 161 | +## License |
| 162 | +The New Relic Python Agent is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License. The New Relic |
172 | 163 | Python Agent also uses source code from third-party libraries. You can
|
173 | 164 | find full details on which libraries are used and the terms under which
|
174 | 165 | they are licensed in the third-party notices document.
|
0 commit comments