Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changepack/changepack
📬 Get weekly emails on your team’s progress, powered by ChatGPT.
https://github.com/changepack/changepack
changelog chatgpt design dry-rb git github heroku linear openai opensource phlex rails render ruby sass sorbet tailwindcss
Last synced: 3 months ago
JSON representation
📬 Get weekly emails on your team’s progress, powered by ChatGPT.
- Host: GitHub
- URL: https://github.com/changepack/changepack
- Owner: changepack
- License: other
- Created: 2022-04-01T00:08:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:49:32.000Z (6 months ago)
- Last Synced: 2024-07-04T08:07:58.623Z (4 months ago)
- Topics: changelog, chatgpt, design, dry-rb, git, github, heroku, linear, openai, opensource, phlex, rails, render, ruby, sass, sorbet, tailwindcss
- Language: Ruby
- Homepage:
- Size: 1.87 MB
- Stars: 25
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](https://github.com/changepack/changepack/actions/workflows/ci.yml/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/6fcca30f3ba6843848db/maintainability)](https://codeclimate.com/github/changepack/changepack/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/6fcca30f3ba6843848db/test_coverage)](https://codeclimate.com/github/changepack/changepack/test_coverage)Every week, Changepack delivers a brief update to you or your company, highlighting the progress your team achieved in the past week, all powered by ChatGPT. It’s a great way to keep folks informed about new changes and features, ensuring everyone stays connected and up-to-date!
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Features
* **Weekly summaries.** Each week, Changepack handpicks the most notable updates and emails you a release note. We leverage OpenAI’s [ChatGPT](https://openai.com/blog/chatgpt) to publish your content in seconds.
* **Pull commits from GitHub and issues from Linear.** You can link Changepack with your GitHub activity, making it easy to track progress. We can also connect to project management tools like Linear, allowing ChatGPT to stay informed about your current tasks. (Support for other tools coming soon.)## Use cases
* As a manager, I can receive weekly email updates on my team’s progress from GitHub, eliminating the need to constantly ask them for status updates.
* As a programmer, I can receive a summary of my work from the previous week and share it in my team’s status update channel on Slack, so everyone is informed about what I’ve shipped.## Build and run locally
```
git clone https://github.com/changepack/changepack.git
cd changepack
bin/setup
```Use `tmuxinator` or `foreman` to run backgrounds processes like `guard`, a `cypress` server, or a `tailwindcss` watcher.
## Contributors 🎉
Looking to contribute? Please refer to our [CONTRIBUTING.md](./CONTRIBUTING.md) file.