Skip to content

Commit a3eec28

Browse files
authored
add an issue template for package:gcloud (#15)
1 parent 6f67c0a commit a3eec28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/gcloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:gcloud"
3+
about: "Create a bug or file a feature request against package:gcloud."
4+
labels: "package:gcloud"
5+
---

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This repository is home to various Dart packages under the
77

88
| Package | Description | Version |
99
|---|---|---|
10+
| [gcloud](pkgs/gcloud/) | High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. | [![pub package](https://img.shields.io/pub/v/gcloud.svg)](https://pub.dev/packages/gcloud) |
1011
| [native_synchronization](pkgs/native_synchronization/) | Low level synchronization primitives built on dart:ffi. | [![pub package](https://img.shields.io/pub/v/native_synchronization.svg)](https://pub.dev/packages/native_synchronization) |
1112

1213
## Publishing automation

0 commit comments

Comments
 (0)