File tree Expand file tree Collapse file tree 3 files changed +67
-0
lines changed Expand file tree Collapse file tree 3 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Describe the bug
2
+ A clear and concise description of what the bug is.
3
+
4
+ # To reproduce
5
+ Steps to reproduce the behavior:
6
+ 1 . Use method '...'
7
+ 2 . Pass parameters '...'
8
+ 3 . See error
9
+
10
+ # Expected behavior
11
+ A clear and concise description of what you expected to happen.
12
+
13
+ # Screenshots / Videos
14
+ If applicable, add screenshots or videos to help explain your problem.
15
+
16
+ # Environment (please complete the following information
17
+ - OS: [ e.g. iOS]
18
+ - Python Version: [ e.g. 3.8.12]
19
+ - SDK + SDK Version: [ e.g. labelbox@3.70.0 / labelbox[ data] @3 .71.0]
20
+ - Python Environment [ e.g. pip freeze > requirements.txt]
21
+
22
+ # Additional context
23
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ # Is your feature request related to a problem? Please describe.
2
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
3
+
4
+ # Describe the solution you'd like
5
+ A clear and concise description of what you want to happen.
6
+
7
+ # Describe alternatives you've considered
8
+ A clear and concise description of any alternative solutions or features you've considered.
9
+
10
+ # Additional context
11
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ # Description
2
+
3
+ Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
4
+
5
+ Fixes # (issue)
6
+
7
+ ## Type of change
8
+
9
+ Please delete options that are not relevant.
10
+
11
+ - [ ] Bug fix (non-breaking change which fixes an issue)
12
+ - [ ] New feature (non-breaking change which adds functionality)
13
+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
+ - [ ] Document change (fix typo or modifying any markdown files, code comments or anything in the examples folder only)
15
+
16
+ ## All Submissions
17
+
18
+ - [ ] Have you followed the guidelines in our Contributing document?
19
+ - [ ] Have you provided a description?
20
+ - [ ] Are your changes properly formatted?
21
+
22
+ ## New Feature Submissions
23
+
24
+ - [ ] Does your submission pass tests?
25
+ - [ ] Have you added thorough tests for your new feature?
26
+ - [ ] Have you commented your code, particularly in hard-to-understand areas?
27
+ - [ ] Have you added a Docstring?
28
+
29
+ ## Changes to Core Features
30
+
31
+ - [ ] Have you written new tests for your core changes, as applicable?
32
+ - [ ] Have you successfully run tests with your changes locally?
33
+ - [ ] Have you updated any code comments, as applicable?
You can’t perform that action at this time.
0 commit comments