We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f3701 commit 0da915dCopy full SHA for 0da915d
sources/reference/developing/guidelines.md
@@ -140,6 +140,13 @@ def change_the_system(
140
return {}
141
```
142
143
+!!! tip
144
+
145
+ Always finish the signature with the `configuration` and `secrets`
146
+ arguments. This is merely code readability convention as neither Python
147
+ nor Chaos Toolkit will care. However, this will be consistent across
148
+ the entire Chaos Toolkit code base.
149
150
Since we have just added this action in a new module, we'll also make the
151
module discoverable as follows:
152
0 commit comments