From a1b328198f45579d193ced4fdadf38187c9cf7a4 Mon Sep 17 00:00:00 2001 From: chkuang-g <31869252+chkuang-g@users.noreply.github.com> Date: Wed, 2 Sep 2020 16:36:47 -0700 Subject: [PATCH 1/5] Update firebase-cpp-sdk-issue.md --- .github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md b/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md index 44897e00..2507996b 100644 --- a/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md +++ b/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md @@ -7,6 +7,8 @@ assignees: '' --- +## For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues) + ### Please fill in the following fields: Firebase C++ SDK version: Firebase plugins in use (Auth, Database, etc.): @@ -18,6 +20,4 @@ Platform you are targeting (iOS, Android, and/or desktop): (Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) ### Please answer the following, if applicable: -Have you been able to reproduce this issue with just the Firebase C++ quickstarts (this GitHub project)? - What's the issue repro rate? (eg 100%, 1/5 etc) From 7a3ccac30a22bc88941f9802cd45b1e46cc131f6 Mon Sep 17 00:00:00 2001 From: chkuang-g <31869252+chkuang-g@users.noreply.github.com> Date: Tue, 8 Sep 2020 16:32:28 -0700 Subject: [PATCH 2/5] Update and rename firebase-cpp-sdk-issue.md to issue.md --- .../ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md | 23 ------------ .github/ISSUE_TEMPLATE/issue.md | 35 +++++++++++++++++++ 2 files changed, 35 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md b/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md deleted file mode 100644 index 2507996b..00000000 --- a/.github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Firebase C++ SDK issue -about: Please use this template to report issues with the Firebase C++ SDK. -title: '' -labels: new -assignees: '' - ---- - -## For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues) - -### Please fill in the following fields: -Firebase C++ SDK version: -Firebase plugins in use (Auth, Database, etc.): -Additional SDKs you are using (Facebook, AdMob, etc.): -Platform you are using the SDK on (Mac, Windows, or Linux): -Platform you are targeting (iOS, Android, and/or desktop): - -### Please describe the issue here: -(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) - -### Please answer the following, if applicable: -What's the issue repro rate? (eg 100%, 1/5 etc) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 00000000..40cdd78e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,35 @@ +--- +name: Firebase C++ Sample issue +about: Report issues with the Firebase C++ Sample. +labels: new +--- + + +### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues) + +Once you've read this section and determined that your issue is appropriate for this repository, please delete this section. + +### [REQUIRED] Please fill in the following fields: + + * Which Firebase Sample? (Auth, Database, etc.): _____ + * Firebase C++ SDK version: _____ + * Additional SDKs you are using (Facebook, AdMob, etc.): _____ + * Platform you are using the SDK on (Mac, Windows, or Linux): _____ + * Platform you are targeting (iOS, Android, and/or desktop): _____ + +### [REQUIRED] Please describe the issue here: + +(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) + +#### Steps to reproduce: + +What's the issue repro rate? (eg 100%, 1/5 etc) + +What happened? How can we make the problem occur? +This could be a description, log/console output, etc. + +If you have a downloadable sample project that reproduces the bug you're reporting, you will +likely receive a faster response on your issue. From 1f94c2c5c37cd1ca4464b9ed6a4dbf49361bd559 Mon Sep 17 00:00:00 2001 From: chkuang-g <31869252+chkuang-g@users.noreply.github.com> Date: Tue, 8 Sep 2020 17:02:24 -0700 Subject: [PATCH 3/5] Update issue.md --- .github/ISSUE_TEMPLATE/issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 40cdd78e..10edc34a 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -8,7 +8,7 @@ validate_template=true template_path=.github/ISSUE_TEMPLATE/issue.md --> -### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues) +### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues/new/choose) Once you've read this section and determined that your issue is appropriate for this repository, please delete this section. From ba7d41a6a97812d1a82bf6f0e248370b63a38d34 Mon Sep 17 00:00:00 2001 From: chkuang-g <31869252+chkuang-g@users.noreply.github.com> Date: Tue, 8 Sep 2020 17:51:09 -0700 Subject: [PATCH 4/5] Update issue.md --- .github/ISSUE_TEMPLATE/issue.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 10edc34a..94c20889 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -14,11 +14,11 @@ Once you've read this section and determined that your issue is appropriate for ### [REQUIRED] Please fill in the following fields: - * Which Firebase Sample? (Auth, Database, etc.): _____ + * Which Firebase Sample: _____ (Auth, Database, etc.) * Firebase C++ SDK version: _____ - * Additional SDKs you are using (Facebook, AdMob, etc.): _____ - * Platform you are using the SDK on (Mac, Windows, or Linux): _____ - * Platform you are targeting (iOS, Android, and/or desktop): _____ + * Additional SDKs you are using: _____ (Facebook, AdMob, etc.) + * Platform you are using the SDK on: _____ (Mac, Windows, or Linux) + * Platform you are targeting: _____ (iOS, Android, and/or desktop) ### [REQUIRED] Please describe the issue here: From f4d8254d8efdd3be1fc007a5dc476fce6a5bef7b Mon Sep 17 00:00:00 2001 From: Vimanyu Date: 2020年11月25日 14:05:36 -0800 Subject: [PATCH 5/5] adding noop workflow to main. Only if you have a workflow in main, can you trigger it manually via the Github UI. Pushing a dummy workflow so that we can develop in other feature branches and test things by manually activating the workflows. --- .github/workflows/desktop.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/desktop.yml diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml new file mode 100644 index 00000000..b606cea0 --- /dev/null +++ b/.github/workflows/desktop.yml @@ -0,0 +1,14 @@ +name: Desktop builds + +on: + workflow_dispatch: + inputs: + apis: + description: 'CSV of apis whose quickstart examples we should build' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: noop + run: true

AltStyle によって変換されたページ (->オリジナル) /