Skip to content

Comments

Revert "Update issue templates (#212)"#232

Closed
Dargon789 wants to merge 0 commit intov3-Update-issue-templatesfrom
revert-212-master
Closed

Revert "Update issue templates (#212)"#232
Dargon789 wants to merge 0 commit intov3-Update-issue-templatesfrom
revert-212-master

Conversation

@Dargon789
Copy link
Owner

This reverts commit b5eb15c.

return this.fetch(
this.url('RuntimeStatus'),
createHTTPRequest({}, headers, signal)
).then((res) => {

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of '/'.
@codesandbox
Copy link

codesandbox bot commented Jan 19, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 4796

@snyk-io
Copy link

snyk-io bot commented Jan 19, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@gemini-code-assist
Copy link

Summary of Changes

Hello @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 (bug_report.md, custom.md, feature_request.md). Additionally, it includes two unrelated changes: an update to the .changeset/config.json to rename the baseBranch from 'master' to 'main', and a modification of the next dependency version in extras/docs/package.json and extras/web/package.json from 15.4.10 to ^15.4.7.

Highlights

  • Reverted Issue Template Formatting: The pull request primarily reverts formatting and whitespace changes introduced in a previous 'Update issue templates' commit for bug_report.md, custom.md, and feature_request.md.
  • Base Branch Renaming: The .changeset/config.json file has been updated to change the baseBranch from 'master' to 'main'. This change is unrelated to the stated revert.
  • Next.js Dependency Update: The next dependency version in extras/docs/package.json and extras/web/package.json has been adjusted from 15.4.10 to ^15.4.7. This change is also unrelated to the stated revert.
Ignored Files
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/Docker.yml
    • .github/workflows/nextjs.yml
    • .github/workflows/publish-dists.yml
    • .github/workflows/web-sdk.yml
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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)

medium

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)

medium

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]

@Dargon789 Dargon789 deleted the revert-212-master branch January 22, 2026 10:22
@github-project-automation github-project-automation bot moved this from Todo to Done in web3-Defi-Gamefi Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant