Skip to content

Commit 8fdff89

Browse files
authored
Update Oqtane specific guidelines with repo link (#240)
1 parent 19d9a3f commit 8fdff89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/oqtane.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css'
2828
- Always use the latest version C#, currently C# 13 features like record types, pattern matching, and global usings.
2929

3030
## Oqtane specific Guidelines
31-
31+
- See base classes and patterns in the [Main Oqtane repo](https://github.com/oqtane/oqtane.framework)
3232
- Follow client server patterns for module development.
3333
- The Client project has various modules in the modules folder.
3434
- Each action in the client module is a seperate razor file that inherits from ModuleBase with index.razor being the default action.

0 commit comments

Comments
 (0)