-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Added new issue type for working within a fork. This issue type reduces the overhead when working inside a fork. #1023
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
Conversation
Create simpleissue.yaml
Branch update
Related to #12 Add error handling for invalid `.roomodes` JSON syntax and display error message in RED on the "Prompts" page. * **CustomModesManager.ts** - Add `errorState` property to store error messages. - Update `loadModesFromFile` method to catch JSON syntax errors and set the error state. - Add `getErrorState`, `setErrorState`, and `clearErrorState` methods to manage the error state. * **CustomModesManager.test.ts** - Add tests to verify that an error message is displayed when there is an error in the `.roomodes` JSON syntax. - Update existing tests to handle the new error state logic. * **PromptsView.tsx** - Add `errorState` to component state. - Add logic to fetch the error state from `CustomModesManager` and update the component state. - Display the error message in RED beside the word "Modes" when there is an error in the `.roomodes` JSON syntax. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/richardwhiteii/Roo-Code/issues/12?shareId=XXXX-XXXX-XXXX-XXXX).
updating from main.
Just adding more detail to this issues type. Based on the current ISSUE_TEMPLATE structure, it is difficult to just create an issue within a fork. This issue type allows for quickly capture an idea as an issue, without the overhead that is beneficial when contributing to the larger repo.
|
… PromptsView to eliminate unused error state
update from origin
from origin
[Fork] .roomodes json syntax
Description
Type of change
How Has This Been Tested?
I created tickets within my fork, and they worked.
Checklist:
Additional context
This is an issue template for contributors working in their fork.
Based on the current ISSUE_TEMPLATE structure, it is difficult to just create an issue within a fork.
This issue type allows for quickly capture an idea as an issue, without the overhead that is beneficial when contributing to the larger repo.
Related Issues
N/A
Reviewers
Important
Adds a new issue template
simpleissue.yamlfor creating simple issues within forks.simpleissue.yamlin.github/ISSUE_TEMPLATE/to create a simple issue template for forks.descriptionfield for describing the fork's purpose and planned changes.This description was created by
for a5c3039. It will automatically update as commits are pushed.