-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Github Integration Forms #437
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
WalkthroughThe changes in the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
Out of diff range and nitpick comments (2)
.github/ISSUE_TEMPLATE/new-integration-request.md (2)
11-11
: Consider revising the gratitude message for a more professional tone.
37-37
: Ensure the file ends with a newline character.
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/ISSUE_TEMPLATE/new-integration-request.md (1 hunks)
Additional Context Used
LanguageTool (1)
.github/ISSUE_TEMPLATE/new-integration-request.md (1)
Near line 16: Consider using a more formal alternative.
Context: ...can we get in touch with you if we need more info? placeholder: ex. email@example.c...
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using a more formal tone in the contact details description.
- How can we get in touch with you if we need more info?
+ How can we contact you for further information?
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
description: How can we get in touch with you if we need more info? | |
description: How can we contact you for further information? |
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. email@example.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid using example emails directly in the placeholder. Use a more generic placeholder.
- placeholder: ex. email@example.com
+ placeholder: your-email@example.com
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
placeholder: ex. email@example.com | |
placeholder: your-email@example.com |
id: platforms | ||
attributes: | ||
label: Platforms | ||
description: Which specific platforms would you integrate with? (ex: Salesforce, Hubspot, Jira...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify platforms more clearly to avoid ambiguity.
- Which specific platforms would you integrate with? (ex: Salesforce, Hubspot, Jira...)
+ Please specify the platforms you wish to integrate with, e.g., Salesforce, Hubspot, Jira.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
description: Which specific platforms would you integrate with? (ex: Salesforce, Hubspot, Jira...) | |
description: Please specify the platforms you wish to integrate with, e.g., Salesforce, Hubspot, Jira. |
No description provided.