Revert "Update issue templates (#212)"#232
Revert "Update issue templates (#212)"#232Dargon789 wants to merge 0 commit intov3-Update-issue-templatesfrom
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Summary of ChangesHello @Dargon789, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request, despite its title, performs a mix of actions. It primarily reverts previous formatting updates to GitHub issue templates ( Highlights
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
b1555df to
108dcaf
Compare
There was a problem hiding this comment.
Code Review
This pull request reverts a previous commit that updated issue templates. The changes involve reverting dependency versions for next, updating the baseBranch in the changeset configuration, and modifying the formatting of markdown-based issue templates. My review identified a formatting issue in bug_report.md where list items have been incorrectly indented, which could affect how they are rendered. I have provided suggestions to correct this. The other changes appear to be intentional as part of the revert operation.
I am having trouble creating individual review comments. Click here to see my feedback.
.github/ISSUE_TEMPLATE/bug_report.md (27-29)
The list items under 'Desktop' have an extra leading space before the hyphen (-). This is not standard for a top-level list and may cause inconsistent rendering in different markdown parsers. To ensure the content is correctly interpreted as a list, please remove the leading space.
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
.github/ISSUE_TEMPLATE/bug_report.md (32-35)
Similar to the 'Desktop' section, the list items here have an extra leading space before the hyphen (-). This should be removed to ensure correct and consistent rendering of the list.
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
This reverts commit b5eb15c.