Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
101 lines (64 loc) · 5.46 KB

readme.md

File metadata and controls

101 lines (64 loc) · 5.46 KB

Basecamp 3 Replier Extension

🚧 Project under development, consider report bugs (you'll find a lot of them) 🚧

donwloads version donwload-chrome donwload-firefox

Content

How it works

Installation

Chrome

Basecamp Replier Extension is now available on Chrome Web Store 🎉🎉 Click here to install

Firefox

Basecamp Replier Extension is now available on Firefox Add-ons 🎉🎉 Click here to install

Todo Features

  • Insert reply button on new messages
  • Insert reply button on new route
  • Options
    • Switch display author name
    • Change message prefix
    • Switch display all messages options

Issues

Report

In case you are having any problem don't be shy to report in Issues session.

Contributing

There are many forms to contribute with the project, first of all you can give this github repo a Star.

If you want do help with the code follow the steps bellow

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork pmqueiroz/basecamp-replier

# Clone your fork
$ git clone {your-fork-url}
$ cd basecamp-replier

# Create a branch with your feature
$ git checkout -b {branch-name}

# Make the commit with your changes
$ git commit -m 'feat: {feature-name}'

# Send the code to your remote branch
$ git push origin {branch-name}

Then send a Pull Request that will be analyzed and approved if it helps with the project

License

This project is under the MIT license. See the LICENSE for more information.