Skip to content

Commit

Permalink
The Fork Awakens
Browse files Browse the repository at this point in the history
The spice must flow.

Signed-off-by: Justin Kulikauskas <[email protected]>
  • Loading branch information
JustinKuli committed May 3, 2024
1 parent f3d6996 commit c321d58
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 34 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/fossa.yaml

This file was deleted.

8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Contributing Guide

Please see the Policy SIG
The Policy SIG
[Contributing guide](https://github.com/open-cluster-management-io/community/blob/main/sig-policy/contribution-guidelines.md)
to learn how to get involved.
is still a good set of guidelines, even though this is a fork of a (now) archived repository...

If you are interested in contributing to this fork specifically, feel free to open an issue or PR.
If I don't respond, and you really want input, you can probably figure out my firstname.lastname
gmail address on your own.
8 changes: 0 additions & 8 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
approvers:
- dhaiducek
- gparvin
- JustinKuli
- mprahl
- yiraeChristineKim
reviewers:
- dhaiducek
- gparvin
- JustinKuli
- mprahl
- yiraeChristineKim
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,33 @@ Open Cluster Management - Governance Policy Nucleus

The Policy Nucleus maintains common API validation, structs, and methods for policy controllers.

This repository is under construction, and not yet ready for use. The design / goals are best
summarized in the enhancement proposal:
The original repository has been archived (and might be deleted by the time you read this). The
original design / goals are best summarized in the enhancement proposal:
https://github.com/open-cluster-management-io/enhancements/tree/main/enhancements/sig-policy/54-core-policy-module

Go to the [Contributing guide](CONTRIBUTING.md) to learn how to get involved.

Check the [Security guide](SECURITY.md) if you need to report a security issue.

The `governance-policy-nucleus` is part of the `open-cluster-management` community. For more
information, visit: [open-cluster-management.io](https://open-cluster-management.io).
The `governance-policy-nucleus` is intended to be used with the `open-cluster-management` community.
For more information, visit: [open-cluster-management.io](https://open-cluster-management.io).

## Getting Started - Usage

Since this is a fork, to import this package you probably need a
[`replace` clause](https://go.dev/ref/mod#go-mod-file-replace) in your `go.mod` file like this:

```
replace open-cluster-management.io/governance-policy-nucleus => github.com/JustinKuli/governance-policy-nucleus
```

<!-- Information about using the nucleus in other controllers will go here. -->

## Getting Started - Development

<!-- Information about making changes to the nucleus (and how to test changes)
will go here -->


<!---
Date: 2022-06-27
-->
4 changes: 4 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[comment]: # ( Copyright Contributors to the Open Cluster Management project )
Refer to our [Community Security Response](https://github.com/open-cluster-management-io/community/blob/main/SECURITY.md).

Even though this is a fork, it would be best to disclose potential security vulnerabilities via the
guidelines linked above. Please don't just open an issue, since that can cause other headaches...
I'm not generally a fan of secrecy, but security embargoes are a real (important) thing.

0 comments on commit c321d58

Please sign in to comment.