@@ -124,35 +124,44 @@ def get(self, request, format=None): # noqa: D102,ANN001,ANN201
124
124
125
125
return Response ([
126
126
(
127
- f"Follow the { pydis_coc } ."
127
+ f"Follow the { pydis_coc } ." ,
128
+ {"coc" , "conduct" , "code" }
128
129
),
129
130
(
130
- f"Follow the { discord_community_guidelines } and { discord_tos } ."
131
+ f"Follow the { discord_community_guidelines } and { discord_tos } ." ,
132
+ {"guidelines" , "discord_tos" }
131
133
),
132
134
(
133
- "Respect staff members and listen to their instructions."
135
+ "Respect staff members and listen to their instructions." ,
136
+ {"staff" , "instructions" }
134
137
),
135
138
(
136
139
"Use English to the best of your ability. "
137
- "Be polite if someone speaks English imperfectly."
140
+ "Be polite if someone speaks English imperfectly." ,
141
+ {"english" , "language" }
138
142
),
139
143
(
140
144
"Do not provide or request help on projects that may break laws, "
141
- "breach terms of services, or are malicious or inappropriate."
145
+ "breach terms of services, or are malicious or inappropriate." ,
146
+ {"infraction" , "tos" , "breach" , "malicious" , "inappropriate" }
142
147
),
143
148
(
144
- "Do not post unapproved advertising."
149
+ "Do not post unapproved advertising." ,
150
+ {"ads" , "advertising" }
145
151
),
146
152
(
147
153
"Keep discussions relevant to the channel topic. "
148
- "Each channel's description tells you the topic."
154
+ "Each channel's description tells you the topic." ,
155
+ {"off-topic" , "topic" , "relevance" }
149
156
),
150
157
(
151
158
"Do not help with ongoing exams. When helping with homework, "
152
- "help people learn how to do the assignment without doing it for them."
159
+ "help people learn how to do the assignment without doing it for them." ,
160
+ {"exams" , "assignment" , "assignments" , "homework" }
153
161
),
154
162
(
155
- "Do not offer or ask for paid work of any kind."
163
+ "Do not offer or ask for paid work of any kind." ,
164
+ {"work" , "money" }
156
165
),
157
166
])
158
167
0 commit comments