Skip to content

Commit

Permalink
Further cleanup and adjust for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Ben committed Aug 1, 2023
1 parent eafa23a commit 1b1511a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .whitesource

This file was deleted.

4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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/
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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!
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1511a

Please sign in to comment.