forked from therealklanni/az-webdevs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.yml
More file actions
109 lines (103 loc) · 4.06 KB
/
strings.yml
File metadata and controls
109 lines (103 loc) · 4.06 KB
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
# Below is an example for an Ingress Slack team
# -
# Configure the strings below however suits your needs
---
title: "Web Developers"
main:
header:
blurb: "Get Involved"
detail:
"AZ Web Devs is a community created by and for local web developers as a place for us 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 and those who can't attend any—and everyone in between."
subtext: "We look forward to seeing you there!"
about:
team:
name: "AZ Web 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!"
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" vlaue="ruby">Ruby</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."