We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6549e1 commit 2f4e267Copy full SHA for 2f4e267
BUGBOT.md
@@ -0,0 +1,13 @@
1
+# Project review guidelines
2
+
3
+## Excluded Paths
4
5
+### The following directories and files should be excluded from review:
6
+- `vendor/` - Third-party dependencies managed by Go modules
7
8
+## Configuration
9
+- configuration fields in config.go should include a WithDisplayName
10
+- field relationships should be defined in the config.go file
11
12
+## Resource Types
13
+Resource types that do not list entitlements or grants should have the SkipEntitlementsAndGrants annotation in the ResourceType definition.
0 commit comments