Skip to content

Commit 3ea187b

Browse files
author
Baton Admin
committed
Update BUGBOT.md
1 parent e2f0b27 commit 3ea187b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BUGBOT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)