forked from banzaicloud/koperator
-
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.
* overview, features & architecture * quick start guide * move diagram to architecture * quickstart test * revised readme wording, adjusted .github files * changed version * use latest version Co-authored-by: Patrik Egyed <[email protected]> * CRD -> CR Co-authored-by: Darren Lau <[email protected]> * more concise helm command list Co-authored-by: Patrik Egyed <[email protected]> * do not duplicate namespace Co-authored-by: Patrik Egyed <[email protected]> * simplified helm install commands * add standard templates from cisco-open --------- Co-authored-by: Patrik Egyed <[email protected]> Co-authored-by: Darren Lau <[email protected]>
- Loading branch information
1 parent
6871af2
commit 9675b4a
Showing
15 changed files
with
350 additions
and
150 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
Please provide a description of the problem. | ||
|
||
## Expected Behavior | ||
|
||
Please describe what you expected would happen. | ||
|
||
## Actual Behavior | ||
|
||
Please describe what happened instead. | ||
|
||
## Affected Version | ||
|
||
Please provide the version number where this issue was encountered. | ||
|
||
## Steps to Reproduce | ||
|
||
1. First step | ||
1. Second step | ||
1. etc. | ||
|
||
## Checklist | ||
|
||
- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md) | ||
- [ ] I have verified this does not duplicate an existing issue |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a feature for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem Statement | ||
|
||
Please describe the problem to be addressed by the proposed feature. | ||
|
||
## Proposed Solution | ||
|
||
Please describe what you envision the solution to this problem would look like. | ||
|
||
## Alternatives Considered | ||
|
||
Please briefly describe which alternatives, if any, have been considered, including merits of alternate approaches and | ||
tradeoffs being made. | ||
|
||
## Additional Context | ||
|
||
Please provide any other information that may be relevant. |
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,33 +1,27 @@ | ||
| Q | A | | ||
| --------------- | ------ | | ||
| Bug fix? | no/yes | | ||
| New feature? | no/yes | | ||
| API breaks? | no/yes | | ||
| Deprecations? | no/yes | | ||
| Related tickets | fixes #X, partially #Y, mentioned in #Z | | ||
| License | Apache 2.0 | | ||
## Description | ||
|
||
Please provide a meaningful description of what this change will do, or is for. Bonus points for including links to | ||
related issues, other PRs, or technical references. | ||
|
||
### What's in this PR? | ||
<!-- Explain the contents of the PR. Give an overview about the implementation, which decisions were made and why. --> | ||
Note that by _not_ including a description, you are asking reviewers to do extra work to understand the context of this | ||
change, which may lead to your PR taking much longer to review, or result in it not being reviewed at all. | ||
|
||
## Type of Change | ||
|
||
### Why? | ||
<!-- Which problem does the PR fix? (Please remove this section if you linked an issue above) --> | ||
- [ ] Bug Fix | ||
- [ ] New Feature | ||
- [ ] Breaking Change | ||
- [ ] Refactor | ||
- [ ] Documentation | ||
- [ ] Other (please describe) | ||
|
||
## Checklist | ||
|
||
### Additional context | ||
<!-- Additional information we should know about (eg. edge cases, steps you followed to test the implementation) (Please remove this section if you don't need it) --> | ||
|
||
|
||
### Checklist | ||
<!-- Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields. --> | ||
|
||
- [ ] Implementation tested | ||
- [ ] Error handling code meets the [guideline](https://github.com/banzaicloud/developer-guide/blob/master/docs/coding-style/error-handling-guide.md) | ||
- [ ] Logging code meets the guideline | ||
- [ ] User guide and development docs updated (if needed) | ||
|
||
### To Do | ||
<!-- (Please remove this section if you don't need it.) --> | ||
- [ ] If the PR is not complete but you want to discuss the approach, list what remains to be done here | ||
<!-- TODO: Update the link below to point to your project's contributing guidelines --> | ||
- [ ] I have read the [contributing guidelines](../CONTRIBUTING.md) | ||
- [ ] Existing issues have been referenced (where applicable) | ||
- [ ] I have verified this change is not present in other open pull requests | ||
- [ ] Functionality is documented | ||
- [ ] All code style checks pass | ||
- [ ] New code contribution is covered by automated tests | ||
- [ ] All new and existing tests pass |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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,45 +2,77 @@ | |
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to make participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, sex characteristics, gender identity and expression, | ||
level of experience, education, socio-economic status, nationality, personal | ||
appearance, race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
- The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
This Code of Conduct applies within all project spaces, and it also applies when | ||
an individual is representing the project or its community in public spaces. | ||
Examples of representing a project or community include using an official | ||
project e-mail address, posting via an official social media account, or acting | ||
as an appointed representative at an online or offline event. Representation of | ||
a project may be further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems 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 at [[email protected]][conduct-email]. 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. | ||
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. | ||
|
||
[conduct-email]: mailto:[email protected] | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ | ||
For answers to common questions about this code of conduct, see | ||
https://www.contributor-covenant.org/faq |
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,18 +1,47 @@ | ||
### Issues | ||
# How to Contribute | ||
|
||
Please format your issues in such a way as to help others who might be facing similar challenges. | ||
Give your issues meaningful titles, that offer context and helps us and the community to understand and quickly ramp up on it. | ||
Thanks for your interest in contributing to Koperator! Here are a few general guidelines on contributing and | ||
reporting bugs that we ask you to review. Following these guidelines helps to communicate that you respect the time of | ||
the contributors managing and developing this open source project. In return, they should reciprocate that respect in | ||
addressing your issue, assessing changes, and helping you finalize your pull requests. In that spirit of mutual respect, | ||
we endeavor to review incoming issues and pull requests within 10 days, and will close any lingering issues or pull | ||
requests after 60 days of inactivity. | ||
|
||
We are grateful for any issues submitted. Questions, feature requests or ideas are welcomed. | ||
Please note that all of your interactions in the project are subject to our [Code of Conduct](/CODE_OF_CONDUCT.md). This | ||
includes creation of issues or pull requests, commenting on issues or pull requests, and extends to all interactions in | ||
any real-time space e.g., Slack, Discord, etc. | ||
|
||
### Pull Requests | ||
## Reporting Issues | ||
|
||
Try to keep pull requests tidy, and be prepared for feedback. Everyone is welcomed to contribute to Koperator. | ||
Before reporting a new issue, please ensure that the issue was not already reported or fixed by searching through our | ||
[issues list](https://github.com/banzaicloud/koperator/issues). | ||
|
||
#### Formatting Go Code | ||
When creating a new issue, please be sure to include a **title and clear description**, as much relevant information as | ||
possible, and, if possible, a test case. | ||
|
||
To get your pull request merged, Golang files must be formatted using the `go fmt` tool. | ||
**If you discover a security bug, please do not report it through GitHub. Instead, please see security procedures in | ||
[SECURITY.md](/SECURITY.md).** | ||
|
||
#### Linting | ||
## Sending Pull Requests | ||
|
||
Go code must pass [`lint`](https://github.com/golang/lint) checks. | ||
Before sending a new pull request, take a look at existing pull requests and issues to see if the proposed change or fix | ||
has been discussed in the past, or if the change was already implemented but not yet released. | ||
|
||
We expect new pull requests to include tests for any affected behavior, and, as we follow semantic versioning, we may | ||
reserve breaking changes until the next major version release. | ||
|
||
## Other Ways to Contribute | ||
|
||
We welcome anyone that wants to contribute to Koperator to triage and reply to open issues to help troubleshoot | ||
and fix existing bugs. Here is what you can do: | ||
|
||
- Help ensure that existing issues follows the recommendations from the _[Reporting Issues](#reporting-issues)_ section, | ||
providing feedback to the issue's author on what might be missing. | ||
- Review and update the existing content of our [Wiki](https://github.com/banzaicloud/koperator/wiki) with up-to-date | ||
instructions and code samples. | ||
- Review existing pull requests, and testing patches against real existing applications that use Koperator. | ||
- Write a test, or add a missing test case to an existing test. | ||
|
||
Thanks again for your interest on contributing to Koperator! | ||
|
||
:heart: |
Oops, something went wrong.