Skip to content

Add commit-message-generator extension#8555

Merged
raycastbot merged 4 commits intoraycast:mainfrom
rokartur:ext/commit-message-generator
Oct 16, 2023
Merged

Add commit-message-generator extension#8555
raycastbot merged 4 commits intoraycast:mainfrom
rokartur:ext/commit-message-generator

Conversation

@rokartur
Copy link

@rokartur rokartur commented Sep 24, 2023

Description

Screencast

Checklist

- inital commit
- The last time I tried this the monkey didn\'t survive. Let\'s hope it works better this time.
@raycastbot
Copy link
Collaborator

Congratulation on your new Raycast extension! 🚀

We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store.

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Sep 24, 2023
@raycastbot
Copy link
Collaborator

This pull request has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Oct 8, 2023
@raycastbot raycastbot removed the status: stalled Stalled due inactivity label Oct 10, 2023
Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋

Thanks for your contribution 💪

I have now tested your extension, and I have some feedback ready for you 🙂

I'm looking forward to testing this extension again 🔥

Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.

@@ -0,0 +1,3 @@
# Commit Message Generator

whatthecommit.com No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a bit more context here since there is no metadata due to no-view command 🙂

"icon": "extension-icon.png",
"author": "rokartur",
"categories": [
"Developer Tools"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Developer Tools"
"Developer Tools",
"Fun"

Comment on lines +1 to +5
import { Clipboard } from "@raycast/api";
import { showToast } from "@raycast/api";
import { showHUD } from "@raycast/api";
import { closeMainWindow } from "@raycast/api";
import { setTimeout } from "timers/promises";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Clipboard } from "@raycast/api";
import { showToast } from "@raycast/api";
import { showHUD } from "@raycast/api";
import { closeMainWindow } from "@raycast/api";
import { setTimeout } from "timers/promises";
import { Clipboard, showHUD, closeMainWindow } from "@raycast/api";

@pernielsentikaer pernielsentikaer self-assigned this Oct 10, 2023
- Merge branch \'contributions/merge-1697132179873609000\'
- Pull contributions
- update readme fixed some things
- The last time I tried this the monkey didn\'t survive. Let\'s hope it works better this time.
@rokartur
Copy link
Author

@pernielsentikaer I've made changes

Copy link
Collaborator

@pernielsentikaer pernielsentikaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋

Looks good to me, approved 🔥

@raycastbot raycastbot merged commit fc26989 into raycast:main Oct 16, 2023
@raycastbot
Copy link
Collaborator

Published to the Raycast Store:
https://raycast.com/rokartur/commit-message-generator

@raycastbot
Copy link
Collaborator

🎉 🎉 🎉

We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants