-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3102a7b
commit da877f9
Showing
163 changed files
with
1,202 additions
and
15,907 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
## How to contribute to kubernetes-ts | ||
## How to contribute to kubekit | ||
|
||
#### **Did you find a bug?** | ||
|
||
* **Do not open up a GitHub issue if the bug is a security vulnerability | ||
in kubernetes-ts**, and instead to refer to our [security policy](https://github.com/appthrust/kubernetes-ts/blob/main/SECURITY.md). | ||
- **Do not open up a GitHub issue if the bug is a security vulnerability | ||
in kubekit**, and instead to refer to our [security policy](https://github.com/appthrust/kubekit-ts/blob/main/SECURITY.md). | ||
|
||
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/kubernetes-ts/kubernetes-ts/issues). | ||
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/kubekit/kubekit/issues). | ||
|
||
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/kubernetes-ts/kubernetes-ts/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. | ||
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/kubekit/kubekit/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. | ||
|
||
#### **Did you write a patch that fixes a bug?** | ||
|
||
* Open a new GitHub pull request with the patch. | ||
- Open a new GitHub pull request with the patch. | ||
|
||
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. | ||
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable. | ||
|
||
#### **Do you intend to add a new feature or change an existing one?** | ||
|
||
* Suggest your change in the [kubernetes-ts issues](https://github.com/appthrust/kubernetes-ts/issues) and start writing code. | ||
- Suggest your change in the [kubekit issues](https://github.com/appthrust/kubekit-ts/issues) and start writing code. | ||
|
||
#### **Do you have questions about the source code?** | ||
|
||
* Ask any question about how to use kubernetes-ts in the [kubernetes-ts issues](https://github.com/appthrust/kubernetes-ts/issues). | ||
- Ask any question about how to use kubekit in the [kubekit issues](https://github.com/appthrust/kubekit-ts/issues). | ||
|
||
#### **Do you want to contribute to the kubernetes-ts documentation?** | ||
#### **Do you want to contribute to the kubekit documentation?** | ||
|
||
* Please PR directly. | ||
- Please PR directly. | ||
|
||
Thanks! :heart: | ||
|
||
kubernetes-ts Team | ||
kubekit Team |
Oops, something went wrong.