https://github.com/basecamp/bc3-integrations
https://github.com/basecamp/bc3-integrations
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basecamp/bc3-integrations
- Owner: basecamp
- Created: 2016-07-20T17:58:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T18:54:41.000Z (12 months ago)
- Last Synced: 2025-07-18T05:34:42.613Z (11 months ago)
- Language: Ruby
- Size: 3.44 MB
- Stars: 92
- Watchers: 31
- Forks: 150
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basecamp 3 Integrations
Does your service integrate with the [Basecamp 3 API](https://github.com/basecamp/bc3-api)? Would you like to have it listed on [basecamp.com](https://basecamp.com)? Then you're in the right place.
Your Basecamp 3 integration will be listed at [https://basecamp.com/extras](https://basecamp.com/extras).
## Add Your Integration
To add your integration, please open a pull request.
1. Add your icon file to the [icons/](icons/) folder. Icons must be `256x256` in `.png` format.
2. Add an entry to [integrations.yml](integrations.yml) with your integration's `name`, `description` (160 characters max), `website`, `icon`, and `category` (categories are identified at the top).
Example:
```yaml
- title: "Basecamp 3 App"
description: "Basecamp 3 for Mac and Windows"
url: "https://basecamp.com/3/via"
image: extras/basecamp3.png
category: 1
```
Thank you!