File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Slack Bot For Github
2
+
3
+ This is a typical slack bot which uses Slack API to make the bot into conversation for newbies.
4
+ Follow the steps and use @army_brat as prefix for the below commands.
5
+
6
+ ## Note
7
+
8
+ ```
9
+ We are using @army_brat as prefix so that bot can get a notification
10
+ ```
11
+ ## New To Opensource
12
+
13
+ Write ``` @army_brat help ``` and read carefully.
14
+
15
+ ###### Type in the commands accordingly:
16
+
17
+ 1.Get invitation to our organisation
18
+ ```
19
+ @army_brat invite me
20
+ ```
21
+ 2.Before gazing into issues look at our contribution guidelines
22
+ ```
23
+ @army_brat guide me
24
+ ```
25
+ 3.Have a look at unassigned issues
26
+ ```
27
+ @army_brat issues available
28
+ ```
29
+ 4.Else create a new issue
30
+ ```
31
+ @army_brat create issue
32
+ or
33
+ /github open owner/repository
34
+ ```
35
+ 5.Open or Close an existing issue
36
+ ```
37
+ /github reopen <issue-link>
38
+ or
39
+ /github close <issue-link>
40
+ ```
41
+ 6.Ask any mentor to assign it for you
42
+ ```
43
+ @army_brat assign issue
44
+ ```
45
+ 7.Use bot to save or copy what you type
46
+ ```
47
+ @army_brat copy <write-whatever-you-want>
48
+ ```
You can’t perform that action at this time.
0 commit comments