Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New issue templates for event schema request & support question (#18)
Browse files Browse the repository at this point in the history
* Add WIP "Request an event schema" issue template

* Provide issue template for event schema request

* Create Support.md
tomkerkhove authored Jul 30, 2018
1 parent baae1f6 commit b674009
Showing 2 changed files with 42 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/Event_Schema_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Request an event schema
about: Request support for a new event schema (version)

---

**Name of the requested event**
<!-- Please create an issuer per event -->
`Arcus.Demo.CarRegistered`

**Requested data version(s)**
Requested data version(s) for the event

**Sample Payload**
```json
[{
"topic": "/car-lot",
"subject": "/cars/",
"eventType": "Arcus.Demo.CarRegistered",
"eventTime": "2017-06-26T18:41:00.9584103Z",
"id": "831e1650-001e-001b-66ab-eeb76e069631",
"data": {
"licensePlate": "1-TOM-1337"
},
"dataVersion": "1",
"metadataVersion": "1"
}]
```

**Link to official schema**
https://docs.microsoft.com/en-us/azure/event-grid/event-schema-blob-storage
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/Support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Support Question"
about: "I have a question"

---

**Description**
*Give more information about your doubt*

* Check our [Wiki](https://github.com/arcus-azure/arcus.eventgrid/wiki)
* Check out our general [Arcus](https://github.com/arcus-azure/arcus) repo for non-Event Grid questions

0 comments on commit b674009

Please sign in to comment.