ubclaunchpad / rocket2

🚀 The official UBC Launch Pad Slack bot and team management platform
https://rocket2.readthedocs.io
Other
18 stars 6 forks source link
dynamodb github python self-hosted slack slack-bot team-management ubc

.. WARNING - when making changes to this file, make sure that it works as a GitHub README as well! Some things that are known to not work:

.. raw:: html

<p align="center">
    <img width="25%" src="https://github.com/ubclaunchpad/rocket2/blob/master/docs/rocket-logo.png?raw=true" />
</p>

<h1 align="center">Rocket 2</h1>

<p align="center">
    Rocket 2 is the official <a href="https://ubclaunchpad.com">UBC Launch Pad</a>
    Slack bot and team management platform.
</p>

<p align="center">
    <a href="https://github.com/ubclaunchpad/rocket2/actions?query=workflow%3APipeline">
       <img src="https://github.com/ubclaunchpad/rocket2/workflows/Pipeline/badge.svg">
    </a>
    <a href="https://codecov.io/gh/ubclaunchpad/rocket2">
       <img src="https://codecov.io/gh/ubclaunchpad/rocket2/branch/master/graph/badge.svg">
    </a>
    <a href="https://github.com/ubclaunchpad/inertia">
       <img src="https://img.shields.io/badge/deploying%20with-inertia-blue.svg">
    </a>
    <a href="https://rocket2.readthedocs.io">
       <img src="https://readthedocs.org/projects/rocket2/badge/?version=latest">
    </a>
</p>

|

Rocket 2 is a from-the-ground-up rewrite of the original Rocket, and it is a Slack bot that aims to be a ChatOps-style tool for team management across platforms like GitHub and Google Drive, with extensive configuration options so that it can be used by other organizations as well. Rocket 2 is used, built, and maintained with ❤️ by UBC Launch Pad, UBC's student-run software engineering club.

.. _UBC Launch Pad: https://ubclaunchpad.com .. _original Rocket: https://github.com/ubclaunchpad/rocket

.. list-table:: :widths: 3 50 :header-rows: 1

|

📦 Usage

Check out our command reference pages to get started interacting with Rocket, or take a look at how Rocket is used at UBC Launch Pad in the Launch Pad handbook.

To set up a Rocket instance for your organization, refer to the deployment and configuration documentation.

.. _deployment: https://rocket2.readthedocs.io/en/latest/docs/Deployment.html .. _configuration: https://rocket2.readthedocs.io/en/latest/docs/Config.html .. _command reference pages: https://rocket2.readthedocs.io/en/latest/docs/UserCommands.html .. _Launch Pad handbook: https://docs.ubclaunchpad.com/handbook/tools/slack#rocket

|

📚 Contributing

Any contribution (pull requests, feedback, bug reports, ideas, etc.) is welcome!

Please refer to our contribution guide_ for contribution guidelines as well as detailed guides to help you get started with Rocket 2's codebase.

.. _contribution guide: CONTRIBUTING.rst

|