From 3d1b874b6cb77e10cc063f31603c34c737009a6b Mon Sep 17 00:00:00 2001 From: Adrian Chang Date: Wed, 29 May 2024 15:43:40 -0700 Subject: [PATCH 1/3] Updated forms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb1f669b..dbebc8d01 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pip install "labelbox[data]" After installing the SDK and getting an API Key, it's time to validate them both. ```python -import labelbox as lb +import labelbox as lb test client = lb.Client(API_KEY) # API_KEY = API Key generated from labelbox.com dataset = client.create_dataset(name="Test Dataset") From 887838c79559aaf76299502bacd43af2e20fc77e Mon Sep 17 00:00:00 2001 From: Adrian Chang Date: Wed, 29 May 2024 15:59:27 -0700 Subject: [PATCH 2/3] Add config yaml --- .github/ISSUE_TEMPLATE/config.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..ec4bb386b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/README.md b/README.md index dbebc8d01..2eb1f669b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pip install "labelbox[data]" After installing the SDK and getting an API Key, it's time to validate them both. ```python -import labelbox as lb test +import labelbox as lb client = lb.Client(API_KEY) # API_KEY = API Key generated from labelbox.com dataset = client.create_dataset(name="Test Dataset") From ba5529b170a51dac8a2b8cce3525d8d726ba8fc7 Mon Sep 17 00:00:00 2001 From: Adrian Chang Date: Wed, 29 May 2024 16:08:07 -0700 Subject: [PATCH 3/3] Update yaml matter --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 273acaf30..8f33bfcfb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,11 @@ +--- +name: Bug Report +about: Report a bug +title: '' +labels: 'bug-report' +assignees: '' +--- + # Describe the bug A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1e6813008..8bd3e5df3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,11 @@ +--- +name: New Feature Request +about: Request a new feature +title: '' +labels: 'feature-request' +assignees: '' +--- + # Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]