https://github.com/delucis/better-github-coauthors
Add co-author credits for PR participants with ease
https://github.com/delucis/better-github-coauthors
browser-extension chrome-extension firefox-addon github github-extension
Last synced: 9 months ago
JSON representation
Add co-author credits for PR participants with ease
- Host: GitHub
- URL: https://github.com/delucis/better-github-coauthors
- Owner: delucis
- License: gpl-3.0
- Created: 2024-10-19T11:47:40.000Z (over 1 year ago)
- Default Branch: latest
- Last Pushed: 2024-10-21T14:16:01.000Z (over 1 year ago)
- Last Synced: 2024-11-02T01:32:29.331Z (about 1 year ago)
- Topics: browser-extension, chrome-extension, firefox-addon, github, github-extension
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#
Better GitHub Co-Authors
Browser extension that makes it easier to add co-authors when merging GitHub PRs.
## Install
[link-chrome]: https://chrome.google.com/webstore/detail/better-github-co-authors/nkemoipciaomkemfjbhfbcokpacdofnb 'Version published on Chrome Web Store'
[link-firefox]: https://addons.mozilla.org/firefox/addon/better-github-co-authors/ 'Version published on Mozilla Add-ons'
[
][link-chrome] [
][link-chrome] and other Chromium browsers
[
][link-firefox] [
][link-firefox]
## Usage
This extension shows an Add co-authors button in the merge UI on GitHub PRs.
1. Press the Merge pull request (or Squash and merge) button on the PR you want to merge. The UI for editing commit details will appear.
2. Press the Add co-authors button. This will collect participants from the PR discussion and add users who reviewed or commented to the extended commit description.
3. Adjust the commit description if you like.
4. Confirm the merge as usual.
## Contribute
This is an open-source repository. You can
- [Create an issue](https://github.com/delucis/github-to-linear/issues/new/choose) to report a bug or make a feature request.
- Open a PR to submit changes to the code you made yourself.
## Related
- [coauthor.kevinzc.com](https://coauthor.kevinzc.com/) — web UI for getting co-authors for a PR
- [kevinzunigacuellar/coauthor-action](https://github.com/kevinzunigacuellar/coauthor-action) — GitHub Action to get co-author messages as PR comments
## License
This software is free to use, modify, and redistribute under the [GNU General Public License v3.0](/LICENSE).