File tree 2 files changed +63
-0
lines changed
2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Checklist
2
+
3
+ Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (` [x] ` ).
4
+
5
+ - [ ] I have a Modzy API Key active and have the entitlements to perform the desired action.
6
+ - [ ] I review that have access to Modzy API host.
7
+ - [ ] I think that is a error specific to the SDK.
8
+ - [ ] I review the documentation and existing issues in order to not duplicate existing ones.
9
+ - [ ] I am willing to follow-up on comments in a timely manner.
10
+
11
+ ### Info
12
+
13
+ * Modzy SDK version:
14
+ * Python version:
15
+ * Operating System:
16
+
17
+ ### Description
18
+
19
+ <!-- Describe what you were trying to get done. -->
20
+
21
+ ### Steps to reproduce
22
+
23
+ <!-- You must include full steps to reproduce so that we can reproduce the problem. -->
24
+
25
+ ```
26
+ Paste the command(s) you ran and the output.
27
+ ```
28
+
29
+ ** Expected results:** <!-- what you expected to happen? -->
30
+
31
+ ** Actual results:** <!-- what did you see? -->
32
+
33
+ ### Traceback
34
+
35
+ <details >
36
+ <summary >Logs</summary >
37
+ <!--
38
+ Run to run your app by setting the logger level to DEBUG and attach all
39
+ the output below between the lines with the backticks. Include exceptions
40
+ and all trace info that can be useful.
41
+ -->
42
+
43
+ ```
44
+ Paste the logs that you consider useful for diagnostic.
45
+ ```
46
+ </details >
Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ <!-- Add a paragraph with a description of what tihs PR is doing, updating or removing. -->
4
+
5
+ ## Related issues
6
+
7
+ <!-- Add a list of the issues related to this PR. -->
8
+
9
+ ## Tests
10
+
11
+ <!-- Describe or reference for all changed/updated/fixed behaviors. -->
12
+
13
+ ## Checklist
14
+
15
+ - [ ] I read the Contributing guide.
16
+ - [ ] I update the documentation and if the case the README.md file.
17
+ - [ ] I am willing to follow-up on review comments in a timely manner.
You can’t perform that action at this time.
0 commit comments