-
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.
Cleanup codeowners and contributing files (#531)
- Loading branch information
Showing
5 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Code of conduct | ||
# Community Code of Conduct | ||
|
||
Each contributor and maintainer of this project agrees to follow the [community Code of Conduct](https://github.com/kyma-project/community/blob/master/CODE_OF_CONDUCT.md) that relies on the CNCF Code of Conduct. Read it to learn about the agreed standards of behavior, shared values that govern our community, and details on how to report any suspected Code of Conduct violations. | ||
## Overview | ||
|
||
This document makes a reference to the rules of behavior for all contributors and maintainers in the community. All members agree to follow them to foster the growth of the community of tolerance, respect, and mutual understanding. | ||
|
||
## Code of conduct | ||
|
||
In the attempt to adopt the best practices from the most renowned open-source projects, our community members undertake to follow the rules outlined in the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available [here](http://contributor-covenant.org/version/1/2/0/). Read it to learn about the harassment-free environment, examples of unacceptable behavior, and the responsibilities of the project maintainers. | ||
|
||
## Violations | ||
|
||
If you observe any instance of abusive, harassing, or otherwise unacceptable behavior, report it as an issue to the project maintainers specified in the `CODEOWNERS` document. |
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,3 +1,29 @@ | ||
## Overview | ||
|
||
To contribute to this project, follow the rules from the general [CONTRIBUTING.md](https://github.com/kyma-project/community/blob/master/CONTRIBUTING.md) document in the `community` repository. | ||
# Contributing to Luigi | ||
We want to make contributing to this project as easy and transparent as possible. | ||
|
||
## Our development process | ||
We use GitHub to track issues and feature requests, as well as accept pull requests. | ||
|
||
## Pull requests | ||
You are welcome to contribute with your pull requests. These steps explain the contribution process: | ||
|
||
1. Fork the repository and create your branch from `master`. | ||
2. If you've added code that should be tested, add tests. | ||
3. If you've changed APIs, update the documentation. | ||
4. Make sure the tests pass. | ||
5. Sign the Contributor License Agreement (CLA). | ||
|
||
## Contributor License Agreement (CLA) | ||
You need you to sign the CLA for your pull request to be accepted. You only need to do it once. | ||
|
||
Sign your CLA [here](https://cla-assistant.io/SAP/luigi). | ||
|
||
## Issues | ||
We use GitHub issues to track bugs. Please ensure your description is | ||
clear and includes sufficient instructions to reproduce the issue. | ||
|
||
## License | ||
By contributing to Luigi, you agree that your contributions will be licensed | ||
under its [Apache-2.0 license](LICENSE). |