Skip to content

Commit ae3de0f

Browse files
author
Adrian Chang
committed
Updated forms
1 parent e480b4d commit ae3de0f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ A clear and concise description of what the bug is.
33

44
# To reproduce
55
Steps to reproduce the behavior:
6-
1. Go to '...'
7-
2. Click on '....'
8-
3. Scroll down to '....'
9-
4. See error
6+
1. Use method '...'
7+
2. Pass parameters '...'
8+
3. See error
109

1110
# Expected behavior
1211
A clear and concise description of what you expected to happen.
@@ -18,6 +17,7 @@ If applicable, add screenshots or videos to help explain your problem.
1817
- OS: [e.g. iOS]
1918
- Python Version: [e.g. 3.8.12]
2019
- SDK + SDK Version: [e.g. labelbox@3.70.0 / labelbox[data]@3.71.0]
20+
- Python Environment [e.g. pip freeze > requirements.txt]
2121

2222
# Additional context
2323
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Please delete options that are not relevant.
2424
- [ ] Does your submission pass tests?
2525
- [ ] Have you added thorough tests for your new feature?
2626
- [ ] Have you commented your code, particularly in hard-to-understand areas?
27+
- [ ] Have you added a Docstring?
2728

2829
## Changes to Core Features
2930

0 commit comments

Comments
 (0)