You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,10 @@
30
30
-[ ][System-Tests](https://github.com/DataDog/system-tests/) covering this feature have been added and enabled with the va.b.c-dev version tag.
31
31
-[ ] There is a benchmark for any new code, or changes to existing code.
32
32
-[ ] If this interacts with the agent in a new way, a system test has been added.
33
-
-[ ] New code is free of linting errors. You can check this by running `./scripts/lint.sh` locally.
33
+
-[ ] New code is free of linting errors. You can check this by running `make lint` locally.
34
+
-[ ] New code doesn't break existing tests. You can check this by running `make test` locally.
34
35
-[ ] Add an appropriate team label so this PR gets put in the right place for the release notes.
35
-
-[ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild.
36
+
-[ ] All generated files are up to date. You can check this by running `make generate` locally.
37
+
-[ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild. Make sure all nested modules are up to date by running `make fix-modules` locally.
0 commit comments