Skip to content

Commit

Permalink
Merge branch 'googleads:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
srichakradhar authored Sep 7, 2023
2 parents 10e8a43 + fef7540 commit 5858a4a
Show file tree
Hide file tree
Showing 746 changed files with 29,533 additions and 4,265 deletions.
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/1_activation.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/3_feature_request.md

This file was deleted.

66 changes: 0 additions & 66 deletions .github/ISSUE_TEMPLATE/4_performance_others.md

This file was deleted.

71 changes: 0 additions & 71 deletions .github/ISSUE_TEMPLATE/5_performance_speed.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/6_infrastructure.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
---
name: I have a problem with my Flutter application using `google_mobile_ads`.
about: You are writing an application with `google_mobile_ads`, but the application is crashing
or throws an exception, a widget is buggy, or something looks wrong.
title: ''
labels: ''
assignees: ''

name: Bug report
about: Found a bug in the Google Mobile Ads Flutter plugin? Is the Google Mobile Ads Flutter plugin crashing your app? File it here.
---

<!-- Thank you for using Google Mobile Ads for Flutter!
If you have found a bug or if our documentation doesn't have an answer
to what you're looking for, then fill out the template below. Please read
the Flutter's team guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports
-->

### Step 0: Are you in the right place?

* For general technical questions, or help with project-specific issues like setting up ads in
your app, reach out to our support team on the
[Developer Forum](https://groups.google.com/forum/#!categories/google-admob-ads-sdk).
* For assistance with your AdMob account, reach out to
[AdMob Support](https://support.google.com/admob/?hl=en#topic=7383088).
* For feedback on [our documentation](https://developers.google.com/admob/flutter/quick-start),
send your feedback by pressing the **Send Feedback** button at the top right of the
documentation page you are on.
* For issues related to __the code in this repository__, continue filing this GitHub issue.

* Once you've read this section and determined that your issue is appropriate for
this repository, **please delete this section**.

---

### [REQUIRED] Step 1: Describe your environment

## Plugin Version

<!-- Please tell us the version of the plugin used in your app. -->

### [REQUIRED] Step 2: Describe the problem

## Steps to Reproduce

<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
Expand Down
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: I want help writing my application
url: https://stackoverflow.com/tags/flutter
about: Ask your questions about how to achieve a particular effect in Flutter or get help with using a particular API.
- name: I have a problem with the Google Mobile Ads SDK.
url: https://support.google.com/admob/gethelp
about: I need help with an issue with Google Mobile Ads that doesn't relate specifically to this plugin or Flutter.
- name: I have a problem with the Google AdManager.
url: https://support.google.com/admanager/answer/3059042#contact=1
about: I need help with an issue with Google AdManager that doesn't relate specifically to this plugin or Flutter.
- name: Google Mobile Ads Flutter Plugin Support
url: https://groups.google.com/forum/#!categories/google-admob-ads-sdk
about: Please file non-Flutter plugin issues like account- or project-specific issues at the official Google Mobile Ads SDK developer support channel
- name: AdMob Support
url: https://support.google.com/admob/?hl=en#topic=7383088
about: For assistance with your AdMob account setup and ads serving.
- name: Google Mobile Ads Flutter Documentation
url: https://developers.google.com/admob/flutter/quick-start
about: The place to get started with Google Mobile Ads Flutter plugin.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Dependabot configuration file.
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
Loading

0 comments on commit 5858a4a

Please sign in to comment.