From 0f92c3f42911b720ea2f57c9e6b4515f2f1a3075 Mon Sep 17 00:00:00 2001 From: gp510 Date: Fri, 31 May 2019 16:59:32 -0700 Subject: [PATCH] Separating out CLA and adding PR template --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ CLA.md | 18 ++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 CLA.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..db8477e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Proposed changes + +Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. + +## Types of changes + +What types of changes does your code introduce? +_Put an `x` in the boxes that apply_ + +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +## Checklist + +_Put an `x` in the boxes that apply._ + +- [ ] I have read the [CONTRIBUTING](https://github.com/splunk/fluent-plugin-kubernetes-metrics/blob/develop/CONTRIBUTING.md) doc +- [ ] I have read the [CLA](https://github.com/splunk/fluent-plugin-kubernetes-metrics/blob/develop/CLA.md) +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have added necessary documentation (if appropriate) +- [ ] Any dependent changes have been merged and published in downstream modules + diff --git a/CLA.md b/CLA.md new file mode 100644 index 0000000..8964061 --- /dev/null +++ b/CLA.md @@ -0,0 +1,18 @@ +By submitting a Contribution to this Work, You agree that Your Contribution is made subject to the primary LICENSE +file applicable to this Work. In addition, You represent that: (i) You are the copyright owner of the Contribution +or (ii) You have the requisite rights to make the Contribution. + +Definitions: + +“You” shall mean: (i) yourself if you are making a Contribution on your own behalf; or (ii) your company, +if you are making a Contribution on behalf of your company. If you are making a Contribution on behalf of your +company, you represent that you have the requisite authority to do so. + +"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing +work, that is intentionally submitted by You for inclusion in, or documentation of, this project/repository. For the +purposes of this definition, "submitted" means any form of electronic, verbal, or written communication submitted for +inclusion in this project/repository, including but not limited to communication on electronic mailing lists, source +code control systems, and issue tracking systems that are managed by, or on behalf of, the maintainers of +the project/repository. + +“Work” shall mean the collective software, content, and documentation in this project/repository.