Skip to content
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

adding guide on issue creation #250

Merged
merged 2 commits into from
Mar 14, 2025
Merged

Conversation

alexcoderabbitai
Copy link
Contributor

No description provided.

Copy link
Contributor

coderabbitai bot commented Mar 14, 2025

Walkthrough

This pull request updates the documentation by introducing a new guide, Issue Creation, and revising existing guides to reference it. The new guide details how to create issues via agentic chat and inline code review commands, covering platforms such as GitHub, GitLab, Jira, and Linear. Additionally, documentation in the Jira and Linear integration sections is updated to point users to the new guide, along with a minor formatting fix.

Changes

File(s) Change Summary
docs/guides/agent_chat.md, docs/integrations/issue-integrations.md Updated integration documentation to include references to the new Issue Creation guide. In issue-integrations.md, added lines for creating Jira/Linear issues directly and corrected a formatting issue (curly quote → straight quote).
docs/guides/issue-creation.md Added a new comprehensive guide that details methods for creating issues through CodeRabbit, covering instructions for agentic chat and inline issue commands, with visual aids and best practice tips.

Possibly related PRs

Suggested reviewers

  • aravindputrevu

Poem

I'm just a bunny, hopped in delight,
Spreading new docs in the soft moonlight.
With Issue Creation shining clear and bright,
My whiskers twitch with joy outright.
Coding hops and docs we write—oh what a sight!
🐇✨
Happy trails and gentle bytes!

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

cloudflare-workers-and-pages bot commented Mar 14, 2025

Deploying coderabbit-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: a0248e4
Status: ✅  Deploy successful!
Preview URL: https://9e30408a.coderabbit-docs.pages.dev
Branch Preview URL: https://fix-issue-creation-screensho.coderabbit-docs.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (4)
docs/guides/agent_chat.md (1)

40-40: Refine wording for clarity and brevity.

The updated integration description is a bit wordy. Consider rephrasing to avoid repeating terms like "integrations" and "issues." For example, you might simplify it to:
"CodeRabbit Chat supports issue tracking integrations. For setup details, see our Issue Integrations and Issue Creation guides."

🧰 Tools
🪛 LanguageTool

[style] ~40-~40: Consider a shorter alternative to avoid wordiness.
Context: ...ting issue tracking system integrations in order to integrate with your existing issues. Fo...

(IN_ORDER_TO_PREMIUM)

docs/integrations/issue-integrations.md (2)

40-40: Accurate Jira guide reference.

The new line clearly informs users that they can create Jira issues directly through CodeRabbit, and the link to the Issue Creation guide (../guides/issue-creation.md#jira) appears correct.


72-72: Clear Linear integration reference.

This addition effectively guides users on creating Linear issues through CodeRabbit with a direct link to the Issue Creation guide (../guides/issue-creation.md#linear). Please verify that the corresponding section in the guide is detailed and up-to-date.

docs/guides/issue-creation.md (1)

14-57: Comprehensive and organized content.

The guide clearly explains both agentic chat and inline issue creation methods, lists the supported platforms with useful details, and offers practical tips. For future enhancements, consider adding a troubleshooting or FAQ section if users encounter common issues during issue creation.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e1cf3e7 and 39fc413.

⛔ Files ignored due to path filters (2)
  • static/img/guides/create-issue-agentic.png is excluded by !**/*.png, !**/*.png
  • static/img/guides/create-issue-inline.png is excluded by !**/*.png, !**/*.png
📒 Files selected for processing (3)
  • docs/guides/agent_chat.md (1 hunks)
  • docs/guides/issue-creation.md (1 hunks)
  • docs/integrations/issue-integrations.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/guides/agent_chat.md

[style] ~40-~40: Consider a shorter alternative to avoid wordiness.
Context: ...ting issue tracking system integrations in order to integrate with your existing issues. Fo...

(IN_ORDER_TO_PREMIUM)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (2)
docs/guides/issue-creation.md (2)

1-7: Well-structured front matter.

The header provides clear metadata for the guide, ensuring proper navigation in the documentation sidebar.


8-12: Correct MDX code block inclusion.

The inclusion of the ProPlanNotice component is correctly formatted and helps highlight premium content where applicable.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
docs/guides/issue-creation.md (2)

8-12: Review MDX Code Block for Clarity
The embedded MDX code block for importing and displaying ProPlanNotice is correctly formatted. If the intent is to show an example snippet rather than render the component in place, it works well. However, if you intend for the component to render dynamically, consider moving the import and component usage outside of a code block.


44-52: Useful Tips Section
The tips bullet list offers practical advice such as using natural language and including code snippets. If possible, consider expanding with examples or recommendations based on common pitfalls to further enhance the guide.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 39fc413 and a0248e4.

📒 Files selected for processing (1)
  • docs/guides/issue-creation.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (5)
docs/guides/issue-creation.md (5)

1-6: Front Matter is Well Defined
The YAML front matter clearly specifies the title, sidebar label, description, and sidebar position, which helps with proper navigation and display on the site. Consider adding additional metadata (e.g., an author or date field) if future documentation tracking is desired.


14-19: Clear Introductory Instructions
The introduction immediately communicates CodeRabbit’s issue creation capabilities and identifies the supported methods. This section is clear and concise, which is great for guiding users.


20-24: Effective Use of Visual Aids
The images provided (for inline issue creation and agentic chat) are a strong visual aid in illustrating the process. Please verify that the image paths (/img/guides/create-issue-inline.png and /img/guides/create-issue-agentic.png) are correct and that the images load as expected in the final deployment.


26-34: Supported Platforms Section is Comprehensive
The "Supported Platforms" section is well segmented by platform. The concise explanations for GitHub and GitLab, along with the configuration pointers for Jira and Linear, help ensure that users can quickly find the relevant guidance.


36-42: Integration Instructions for Jira and Linear
The instructions for Jira and Linear clearly state that prior configuration is needed, with direct links provided to the integration details. This will help users not to overlook the setup process.

@alexcoderabbitai alexcoderabbitai merged commit d52ca17 into main Mar 14, 2025
4 checks passed
@alexcoderabbitai alexcoderabbitai deleted the fix/issue-creation-screenshot branch March 14, 2025 15:43
@coderabbitai coderabbitai bot mentioned this pull request Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant