Skip to content
Closed

Zeek #93

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/firebase-cpp-sdk-issue.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Firebase C++ Sample issue
about: Report issues with the Firebase C++ Sample.
labels: new
---
<!-- DO NOT DELETE
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/new/choose)

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.
14 changes: 14 additions & 0 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -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