This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
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)
* Add WIP "Request an event schema" issue template * Provide issue template for event schema request * Create Support.md
1 parent
baae1f6
commit b674009
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |