-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
_Before contributing, please read our [contributing guidelines](https://github.com/newrelic/newrelic-python-agent/blob/main/CONTRIBUTING.rst) and [code of conduct](https://github.com/newrelic/newrelic-python-agent/blob/main/CODE_OF_CONDUCT.md)._ | ||
|
||
# Overview | ||
Describe the changes present in the pull request | ||
|
||
# Related Github Issue | ||
Include a link to the related GitHub issue, if applicable | ||
|
||
# Testing | ||
The agent includes a suite of tests which should be used to | ||
verify your changes don't break existing functionality. These tests will run with | ||
Github Actions when a pull request is made. More details on running the tests locally can be found | ||
[here](https://github.com/newrelic/newrelic-python-agent/blob/main/CONTRIBUTING.rst#testing-guidelines), | ||
For most contributions it is strongly recommended to add additional tests which | ||
exercise your changes. |