Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 9ce9ae8

Browse files
committed
Add info about discord
1 parent 746cb2f commit 9ce9ae8

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

docs/_toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ parts:
2424
- file: devops/discord-en
2525
- file: devops/aws-en
2626

27+
- caption: Fund Raiser
28+
chapters:
29+
- file: fund-raiser/guide-es
30+
2731
- caption: Marketing
2832
chapters:
2933
- file: mkt/opencollective-es.md

docs/devops/discord-en.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,63 @@
11
# [EN] Discord
2+
3+
Discord is our main comunication tool for our community. The direct link
4+
to our discord is [http://discord.opensciencelabs.org](http://discord.opensciencelabs.org).
5+
6+
## Conventions
7+
8+
Each channel has a unique name with a prefix, according to the category. For example,
9+
a channel inside the category Python starts with the prefix `py-`.
10+
11+
Some category name are long and some times it is hard to find a prefix for that.
12+
But, it is important that the prefix has some relation to the category.
13+
14+
## Configuration
15+
16+
TBD
17+
18+
## Bots
19+
20+
We use bots to help us to maintain our server.
21+
22+
### MEE6
23+
24+
For ranking we are using **MEE6**. We don't have any activity our any rewards using the
25+
ranking score, but maybe in the future we can use it.
26+
27+
28+
### Dyno
29+
30+
**Dyno bot** is used for maintainance tasks, such as:
31+
32+
- welcome message
33+
- ban users
34+
- block users
35+
- etc (TODO: add all the options used)
36+
37+
### YAGPDB.xyz
38+
39+
**YAGPDB.xyz** bot is used for categories subscription.
40+
41+
For more information about how to use it, check the following tutorial:
42+
43+
https://docs.yagpdb.xyz/tools-and-utilities/self-assignable-roles
44+
45+
When you have the group and the roles configured on **YAGPDB.xyz**, the next
46+
step is to create a custom messsage on **discord**, in the channel you want to
47+
have this subscription mechanism.
48+
49+
1. In the message, add a title, a general description and the emoticons and theirs
50+
meaning.
51+
2. Get the message ID (you need to activate the development mode)
52+
3. Run the following command `!yagpdb-rolemenu create (group name) -m (message id) -nodm`,
53+
where `(group name)` and `(message id)` are placeholders and should be replaced by
54+
the correct values.
55+
56+
## Development
57+
58+
We have an internal channel for discussions about discord: `#collab-devops-discord`.
59+
60+
Alos, there is a discord server for development, where we can test bots, new
61+
configurations or new features.
62+
63+
If you want to join that server, you need to ask it in `#collab-devops-discord` channel.

docs/fund-raiser/guide-es.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [ES] Guía para Recaudación de Fondos

0 commit comments

Comments
 (0)