-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstrings.yml
143 lines (136 loc) · 6.05 KB
/
strings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Below is an example for an Ingress Slack team
# -
# Configure the strings below however suits your needs
---
title: "Arizona Developers"
main:
header:
blurb: "Hello world!"
detail:
"{az}devs is a community created by and for local developers as a place to connect,
communicate, and collaborate. This community aims to be a great place to chat and get help or
advice, for those of us who attend every possible meetup, those who can't attend any, and
everyone in between."
subtext: "See you there!"
about:
team:
name: "{az}devs"
link: "https://az-webdevs.slack.com"
description:
"Many local developers don't have time to attend meetups, simply can't go as often as they'd
like to, or live too far away from ones they would like to attend. For these reasons, we
created this community so more developers can network with each other. This community is
less formal than the various Meetup groups, and we don't (yet) have any regular meetings.
It's more just a place to gather and chat, collaborate, get help, offer help, advice,
network, etc. Join us and meet more devs!"
meetups:
- name: "Phoenix JavaScript"
description:
"Phoenix JavaScript hosts monthly events that allows members to network and hear technology
presentations. Meetings are generally held on Wednesdays and we usually have stuff from
sponsors to provide to members such as pizza and a t-shirt drawing. Membership is free, I
only ask that you use Meetup's RSVP system to let us know you're coming. Our goal is to
provide a regular event that allows our community to come together and learn from each
other. We will always try to appeal to both experienced and inexperienced developers."
url: "http://www.meetup.com/Phoenix-JavaScript/"
- name: "NodeAZ"
description:
"Phoenix developer group for full stack JavaScript using Node.js, browsers, and embedded
tech. Real-time web, websockets, react, vue and much more. 7PM 4th Monday at HeatSync Labs"
url: "http://www.meetup.com/NodeAZ/"
- name: "ng-phx"
description:
"Developer meetup group for all things Angular."
url: "http://www.meetup.com/Phoenix-AngularJS-Official/"
- name: "Phoenix ReactJS"
description:
"Phoenix javascript developers coding with ReactJS"
url: "http://www.meetup.com/Phoenix-ReactJS/"
- name: "Ruby::AZ"
description:
"The Phoenix Ruby User group is a monthly meeting for Ruby enthusiasts in the Phoenix
metropolitan area. Each month we try to have one or more presentations on current Ruby
development. We're always looking for people to give a talk; it needn't be fancy or formal.
If you're working on something cool, or learned something new, come show it off. The Phoenix
Ruby User Group aims to grow and support a unified valley-wide community of Rubyists with
community education, technological innovation, and outreach. The group meets on the 3rd
Tuesday of each month."
url: "https://www.meetup.com/Ruby-AZ"
apply:
# Displayed at the top of the page
header:
blurb: "You're almost there!"
description:
"Please fill out the form below. Your request to join will
be reviewed as quickly as possible and your invitation will be
sent to the email address below."
required: "Provided by GitHub"
form:
fullName:
name: "fullName"
class: "full-name"
title: "Name"
required: true
readonly: true
email:
name: "email"
class: "email"
title: "Email"
required: true
readonly: true
custom:
# Each custom input field described below will be displayed on the form
# Add as many as you like
-
# name of this field
name: "company"
# css class name for styling
# class: "agent-name"
# title shown to user
title: "Company"
# help text shown to user below title text
help: "Where do you work?"
# required fields must be filled in to submit the form
required: false
# readonly fields are not editable
readonly: false
-
# name of this field
name: "languages"
# css class name for styling
# class: "agent-name"
# title shown to user
title: "Languages"
# help text shown to user below title text
help: "Which (web) programming languages are you competent with?"
# required fields must be filled in to submit the form
required: false
# readonly fields are not editable
readonly: false
html:
<div class="checkbox">
<label><input type="checkbox" name="languages" value="es5">ES5</label>
<label><input type="checkbox" name="languages" value="es2015">ES2015</label>
<label><input type="checkbox" name="languages" value="es2016">ES2016</label>
<label><input type="checkbox" name="languages" value="dotnet">.NET</label>
<label><input type="checkbox" name="languages" value="python">Python</label>
<label><input type="checkbox" name="languages" value="php">PHP</label>
<label><input type="checkbox" name="languages" value="ruby">Ruby</label>
<label><input type="checkbox" name="languages" value="rust">Rust</label>
</div>
-
name: "comments"
class: "comments"
title: "Comments"
help:
"Any additional information you would like to tell us about yourself."
required: false
readonly: false
# if this property is defined, the input will use the defined html
html: <textarea class="form-control" id="comments" name="comments" rows="4" placeholder="Comments"></textarea>
signin:
blurb: "Thanks for your interest in joining!"
detail:
"To help prevent spam, we request that you sign in with GitHub to continue."
subtext:
"Your public profile information and activity will be used to verify you're not a robot or a spammer."