You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>Subscribe to all repository events →</strong> <code>/github Username/RepositoryName subscribe</code></li>
49
+
<li><strong>Unsubscribe to all repository events →</strong> <code>/github Username/RepositoryName unsubscribe</code></li>
50
+
<li><strong>Add New Issues to GitHub Repository →</strong> <code>/github issue</code></li>
51
+
<li><strong>Search Issues and Pull Request →</strong> <code>/github search</code></li>
52
+
<li><strong>Assign and Share GitHub issues →</strong> <code>/github issues</code></li>
53
+
<li><strong>Review a Pull Request →</strong> <code>/github Username/RepositoryName pulls pullNumber</code></li>
54
+
<li><strong>See Interactive Button interface to fetch repository data →</strong> <code>/github Username/RepositoryName</code></li>
55
+
<li><strong>Get details of a Repository →</strong> <code>/github Username/RepositoryName repo</code></li>
56
+
<li><strong>Get Issues of a Repository →</strong> <code>/github Username/RepositoryName issues</code></li>
57
+
<li><strong>Get Contributors of a Repository →</strong> <code>/github Username/RepositoryName contributors</code></li>
58
+
<li><strong>Get Recent Pull Request of a Repository →</strong> <code>/github Username/RepositoryName pulls</code></li>
43
59
<li>Add a new repository for pull request review reminders -> /github reminder create</li>
44
60
<li>Get a list of repositories for which you've set up pull request review reminders -> /github reminder list</li>
45
61
</ul>
46
62
63
+
47
64
<h2align='center'>🚀 Contributing 🚀</h2>
48
65
49
66
<divalign='center'width='100%'>
@@ -56,7 +73,7 @@ The GitHub Rocket.Chat App provides a seamless integration between GitHub and Ro
56
73
<li>Set up the Application on your server using our <ahref="#desktop_computer-quick-setup-desktop_computer">Quick Setup</a> and <ahref="#desktop_computer-application-setup-desktop_computer">Application Setup</a>.</li>
57
74
<li>Explore the app and look for existing issues to solve. We look forward to new PRs :100:.</li>
58
75
<li>If you find a bug or a missing feature, feel free to open a new Issue.</li>
59
-
<li>If you are new to Rocket.Chat App Development, follow the <ahref="https://developer.rocket.chat/apps-engine/rocket.chat-app">developement documentation</a> and <ahref="https://rocketchat.github.io/Rocket.Chat.Apps-engine/">RocketChat Apps Engine TypeScript Defenitions</a></li>
76
+
<li>If you are new to Rocket.Chat App Development, follow the <ahref="https://developer.rocket.chat/apps-engine/rocket.chat-apps-engine">developement documentation</a> and <ahref="https://rocketchat.github.io/Rocket.Chat.Apps-engine/">RocketChat Apps Engine TypeScript Defenitions</a></li>
60
77
<li>You can also follow other Rocket.Chat Apps for inspiration : <ahref="https://github.com/Poll-Plus/rocket.chat.app-poll">Polls Plus App</a>, <ahref="https://github.com/RocketChat/Apps.ClickUp">ClickUp Rocket.Chat App</a> , <ahref="https://github.com/RocketChat/Apps.Figma">Figma Rocket.Chat App</a>
61
78
</ul>
62
79
@@ -150,5 +167,4 @@ Once the GitHub OAuth app is setup, open the GitHub Application Settings and ent
150
167
151
168
The users can login to GitHub by entering the slash command `/github login` and then clicking on the `Login` button.
152
169
153
-
Users are logged out after a week but the users can also logout at any time by entering `/github logout`.
154
-
170
+
Users are logged out after a week but the users can also logout at any time by entering `/github logout`.
0 commit comments