Skip to content

Commit ff38f44

Browse files
Dhiraj240satwikkansal
authored andcommitted
Modified Readme
1 parent 5198c50 commit ff38f44

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

slackbot/Readme.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,48 @@
11
# 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+
```

0 commit comments

Comments
 (0)