forked from hellofresh/eks-rolling-update
-
Notifications
You must be signed in to change notification settings - Fork 4
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
eafa23a
commit 1b1511a
Showing
5 changed files
with
14 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe | |
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
|
@@ -43,4 +43,4 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai | |
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ | ||
[version]: http://contributor-covenant.org/version/1/4/ |
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 |
---|---|---|
|
@@ -2,15 +2,17 @@ | |
|
||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
The following is a set of guidelines for contributing to eks-rolling-update, hosted in the [HelloFresh Organization](https://github.com/hellofresh) on GitHub. | ||
The following is a set of guidelines for contributing to eks-rolling-update, hosted in the [deinstapel Organization](https://github.com/deinstapel) on GitHub. | ||
|
||
These are just guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. | ||
These are just guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request. | ||
|
||
## Code of Conduct | ||
|
||
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]). | ||
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to the project maintainers. | ||
|
||
We accept contributions via Pull Requests on [Github](https://github.com/hellofresh/eks-rolling-update/pulls). | ||
We accept contributions via Pull Requests on [Github](https://github.com/deinstapel/eks-rolling-update/pulls). | ||
|
||
**Please make sure to select the correct base repository (deinstapel/eks-rolling-update) when creating a pull request against this fork!** | ||
|
||
## How Can I Contribute? | ||
|
||
|
@@ -54,4 +56,4 @@ Unsure where to begin contributing? You can start by looking through the issues. | |
* Document new code | ||
* End files with a newline. | ||
|
||
Happy Coding from the HelloFresh Engineering team! | ||
Happy Coding from the deinstapel team! |
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 |
---|---|---|
|
@@ -187,6 +187,7 @@ | |
identification within third-party archives. | ||
|
||
Copyright 2019 HelloFresh SE <[email protected]> | ||
Copyright 2023 Jasper Orschulko <[email protected]> & Martin Koppehel <[email protected]> | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -198,4 +199,4 @@ | |
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
limitations under the License. |
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 |
---|---|---|
|
@@ -9,11 +9,9 @@ license_file = LICENSE | |
description = EKS Rolling Update is a utility for updating the launch configuration or template of worker nodes in an EKS cluster. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
author = Craig Huber, Nicolas Bélanger, Sam Weston & contributors | ||
author_email = [email protected] | ||
maintainer = Craig Huber & contributors | ||
maintainer_email = [email protected] | ||
url = https://github.com/hellofresh/eks-rolling-update | ||
author = Jasper Orschulko, Martin Koppehel & contributors | ||
maintainer = Jasper Orschulko & Martin Koppehel | ||
url = https://github.com/deinstapel/eks-rolling-update | ||
classifiers = | ||
Development Status :: 5 - Production/Stable | ||
Environment :: Console | ||
|