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/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ As you make your changes, you can re-run the above command to ensure that the te
91
91
go test ./pkg/iac/...
92
92
```
93
93
94
-
For more details on testing, check the [contributing guide](../doc/contributing/tests.md).
94
+
For more details on testing, check the [contributing guide](../docs/testing.md).
95
95
96
96
### Acceptance Tests: Testing interactions with external services
97
97
@@ -104,7 +104,7 @@ We recommend focusing only on the specific package you are working on when enabl
104
104
Because the acceptance tests depend on services outside of the driftctl codebase, and because the acceptance tests are usually used only when making changes to the systems they cover, it is common and expected that drift in those external systems will cause test failures.
105
105
Because of this, prior to working on a system covered by acceptance tests it's important to run the existing tests for that system in an *unchanged* work tree first and respond to any test failures that preexist, to avoid misinterpreting such failures as bugs in your new changes.
106
106
107
-
More details on acceptance on the [contributing guide](../doc/contributing/README.md)
107
+
More details on acceptance on the [contributing guide](../docs/README.md)
To learn more about compiling driftctl and contributing, please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and [contributing guide](doc/contributing/README.md) for technical details.
61
+
To learn more about compiling driftctl and contributing, please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and the [contributing guide](docs/README.md) for technical details.
206
62
207
63
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification and is brought to you by these [awesome contributors](CONTRIBUTORS.md).
0 commit comments