From 28937abb5603fd66f5819c60fcaa90f460d6d8af Mon Sep 17 00:00:00 2001 From: Chris Dunder Date: Mon, 29 Mar 2021 14:40:24 -0700 Subject: [PATCH 1/3] Remove dead link from readme "Historical Announcements" (http://google-api-javascript-client.blogspot.com/) is dead. Wayback machine shows it has only one post from 2012 (https://web.archive.org/web/20190827202537/http://google-api-javascript-client.blogspot.com/). --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d015663..3447722 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,3 @@ If you use TypeScript, you can install [`@types/gapi`](https://www.npmjs.com/pac ## Links - [Discussions](https://github.com/google/google-api-javascript-client/issues) -- [Historical Announcements](http://google-api-javascript-client.blogspot.com/) From 63d4782b2270427aea4eab99b834c510899a693d Mon Sep 17 00:00:00 2001 From: chris dunder Date: Mon, 29 Mar 2021 14:56:40 -0700 Subject: [PATCH 2/3] Delete javascripts directory It's essentially empty. The only file doesn't have any useful content and doesn't appear to be referenced by anything else in the codebase. --- javascripts/main.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 javascripts/main.js diff --git a/javascripts/main.js b/javascripts/main.js deleted file mode 100644 index d8135d3..0000000 --- a/javascripts/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('This would be the main JS file.'); From f6d1a672dcb01275362de4859beaaf8a0cc9cbc2 Mon Sep 17 00:00:00 2001 From: chris dunder Date: Thu, 1 Apr 2021 11:45:20 -0700 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.