Closed yonahd closed 9 months ago
give me that thanks
As adding new orphaned resources capabilities requires the addition/modification of multiple files in the repo, it'd be quite beneficial for new contributors if all were listed properly under CONTRIBUTING.md
with some level of elaboration.
If I'm not mistaken, this would be the list:
.
├── cmd/kor
│ └── <resource>s.go
├── pkg/kor
│ ├── all.go
│ ├── create_test_resources.go
│ ├── delete.go
│ ├── multi.go
│ ├── <resource>s.go
│ └── <resource>s_test.go
└── README.md
As adding new orphaned resources capabilities requires the addition/modification of multiple files in the repo, it'd be quite beneficial for new contributors if all were listed properly under
CONTRIBUTING.md
with some level of elaboration.If I'm not mistaken, this would be the list:
. ├── cmd/kor │ └── <resource>s.go ├── pkg/kor │ ├── all.go │ ├── create_test_resources.go │ ├── delete.go │ ├── multi.go │ ├── <resource>s.go │ └── <resource>s_test.go └── README.md
100% agree.
@mzsrtgzr2 do you intend to work on this or should I open it up to a different contributor?
As adding new orphaned resources capabilities requires the addition/modification of multiple files in the repo, it'd be quite beneficial for new contributors if all were listed properly under
CONTRIBUTING.md
with some level of elaboration.If I'm not mistaken, this would be the list:
. ├── cmd/kor │ └── <resource>s.go ├── pkg/kor │ ├── all.go │ ├── create_test_resources.go │ ├── delete.go │ ├── multi.go │ ├── <resource>s.go │ └── <resource>s_test.go └── README.md
Also in:
.
└── charts/kor/templates
└── role.yaml
Add a CONTRIBUTING.md file to Kor repository