Skip to content

Commit 18d9dc6

Browse files
committed
Editing readme to be closer to template
1 parent b5f400c commit 18d9dc6

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

README.md

+15-24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![header](https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png)](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>
22

33
# New Relic Python Agent
44

@@ -97,7 +97,7 @@ Should you need assistance with New Relic products, you are in good
9797
hands with several support diagnostic tools and support channels.
9898

9999
This [troubleshooting
100-
framework](https://discuss.newrelic.com/t/troubleshooting-frameworks/108787)
100+
framework](https://forum.newrelic.com/s/hubtopic/aAX8W0000008bSoWAI/troubleshooting-frameworks)
101101
steps you through common troubleshooting questions.
102102

103103
New Relic offers NRDiag, [a client-side diagnostic
@@ -134,41 +134,32 @@ emphasize the importance of not sharing personal data in public forums,
134134
and ask all users to scrub logs and diagnostic information for sensitive
135135
information, whether personal, proprietary, or otherwise.
136136

137-
We define \"Personal Data\" as any information relating to an identified
137+
We define "Personal Data" as any information relating to an identified
138138
or identifiable individual, including, for example, your name, phone
139139
number, post code or zip code, Device ID, IP address and email address.
140140

141-
Please review [New Relic\'s General Data Privacy
141+
Please review [New Relic's General Data Privacy
142142
Notice](https://newrelic.com/termsandconditions/privacy) for more
143143
information.
144144
145-
## Contributing
145+
## Contribute
146146
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]>.
153150

154151
### A note about vulnerabilities
155152

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.
162154

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/).
167156
168-
## License
157+
If you would like to contribute to this project, review [these guidelines](./CONTRIBUTING.md).
169158
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
172163
Python Agent also uses source code from third-party libraries. You can
173164
find full details on which libraries are used and the terms under which
174165
they are licensed in the third-party notices document.

0 commit comments

Comments
 (0)