You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ For further information, please see [README.md](../README.md) and the [CONTRIBUT
56
56
* Follow Go best practices and idiomatic patterns
57
57
* Maintain existing code structure and organization
58
58
* Write unit tests for new functionality. Use table-driven unit tests when possible.
59
+
* When creating a new Plugin Framework based resource, follow the code organisation of `internal/elasticsearch/security/system_user`
59
60
* Avoid adding any extra functionality into the `utils` package, instead preferencing adding to a more specific package or creating one to match the purpose
60
61
* Think through your planning first using the codebase as your guide before creating new resources and data sources
0 commit comments