Skip to content

Commit da4b671

Browse files
authored
Create add-community-usage-example.yaml
1 parent e0f0f73 commit da4b671

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Add community usage example
3+
description: Add an example how you use the pscale workflows in your CI and win some swag :sparkles:
4+
labels: [example,swag]
5+
title: Deploy Octocat Generator on Azure
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Great that you are interested in proving a usage example for the pscale workflows :tada:
11+
Please enter the information :point_down: to add your exampple. In order to win some swag, please also tweet about your solution and mention @planetscaledata.
12+
- type: input
13+
id: example-url
14+
attributes:
15+
label: URL to usage example (e.g PR or repo URL)
16+
placeholder: "https://github.com/jonico/pscale-cli-helper-scripts/pull/2"
17+
validations:
18+
required: true
19+
- type: input
20+
id: tweet-url
21+
attributes:
22+
label: Link to tweet mentioning your example and @planetscaledata
23+
placeholder: "https://twitter.com/daniel2color/status/1467927588928724998"
24+
validations:
25+
required: optional
26+
- type: checkboxes
27+
id: swag
28+
attributes:
29+
label: Like to get contacted in case you won some swag?
30+
description: We will contact you if you are interested and if you tweeted and about your example.
31+
options:
32+
- label: Interested in swag
33+
required: false
34+
- type: input
35+
id: slack-account
36+
attributes:
37+
label: Slack account in Vitess slack channel
38+
placeholder: "Johannes Nicolai"
39+
validations:
40+
required: optional

0 commit comments

Comments
 (0)