Skip to content

Commit c92ea1f

Browse files
Initial commit
0 parents  commit c92ea1f

28 files changed

+670
-0
lines changed

.chglog/CHANGELOG.tpl.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{{ if .Versions -}}
2+
<a name="unreleased"></a>
3+
## [Unreleased]
4+
{{ if .Unreleased.CommitGroups -}}
5+
{{ range .Unreleased.CommitGroups -}}
6+
### {{ .Title }}
7+
{{ range .Commits -}}
8+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
9+
{{ end }}
10+
{{ end -}}
11+
{{ else }}
12+
{{ range .Unreleased.Commits -}}
13+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
14+
{{ end }}
15+
{{ end -}}
16+
{{ end -}}
17+
18+
{{ range .Versions }}
19+
<a name="{{ .Tag.Name }}"></a>
20+
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
21+
{{ if .CommitGroups -}}
22+
{{ range .CommitGroups -}}
23+
### {{ .Title }}
24+
{{ range .Commits -}}
25+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
26+
{{ end }}
27+
{{ end -}}
28+
{{ else }}
29+
{{ range .Commits -}}
30+
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
31+
{{ end }}
32+
{{ end -}}
33+
34+
{{- if .NoteGroups -}}
35+
{{ range .NoteGroups -}}
36+
### {{ .Title }}
37+
{{ range .Notes }}
38+
{{ .Body }}
39+
{{ end }}
40+
{{ end -}}
41+
{{ end -}}
42+
{{ end -}}
43+
44+
{{- if .Versions }}
45+
[Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...HEAD
46+
{{ range .Versions -}}
47+
{{ if .Tag.Previous -}}
48+
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
49+
{{ end -}}
50+
{{ end -}}
51+
{{ end -}}

.chglog/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
style: github
2+
template: CHANGELOG.tpl.md
3+
info:
4+
title: CHANGELOG
5+
repository_url: https://github.com/terraform-module/TODO
6+
options:
7+
header:
8+
pattern: "^(.*)$"
9+
pattern_maps:
10+
- Subject

.editorconfig

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 4
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.py]
13+
indent_style = space
14+
indent_size = 4
15+
max_line_length = 140
16+
17+
[*.sh]
18+
indent_style = space
19+
indent_size = 2
20+
21+
[Makefile]
22+
indent_style = tab
23+
24+
[*.{tf,tfvars}]
25+
indent_size = 2
26+
indent_style = space
27+
28+
[*.{yml,yaml}]
29+
indent_style = space
30+
indent_size = 2
31+
32+
[*.feature]
33+
indent_size = 2
34+
35+
[*.{json,tpl}]
36+
indent_style = space
37+
indent_size = 2
38+
39+
[Jenkinsfile]
40+
indent_size = 2
41+
indent_style = space
42+
43+
[*.{xml,config,props,targets,nuspec,resx,ruleset,vsixmanifest,vsct}]
44+
indent_size = 2
45+
46+
[{*.scala,*.sbt}]
47+
indent_size = 2
48+
max_line_length = 80
49+
50+
[{*.hcl,*.conf}]
51+
indent_size = 2
52+
max_line_length = 100
53+
54+
# JS
55+
[*.js, **/*.js]
56+
indent_size = 4
57+
indent_style = space
58+
59+
[{package.json}]
60+
indent_size = 2
61+
indent_style = space

.github/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct for {project name}
2+
3+
Please see the [Community Code of Conduct](https://www.finos.org/code-of-conduct).

.github/CONTRIBUTING.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Contributing to {project name}
2+
3+
# Contributor License Agreement (CLA)
4+
A CLA is a document that specifies how a project is allowed to use your
5+
contribution; they are commonly used in many open source projects.
6+
7+
**_All_ contributions to _all_ projects hosted by [FINOS](https://www.finos.org/)
8+
must be made with a
9+
[Foundation CLA](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/83034172/Contribute)
10+
in place, and there are [additional legal requirements](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530375/Legal+Requirements)
11+
that must also be met.**
12+
13+
Commits and pull requests to FINOS repositories such as {project name} will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS ["CLA Bot" tool](https://github.com/finos/cla-bot). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
14+
15+
As a result, PRs submitted to the {project name} project cannot be accepted until you have a CLA in place with the Foundation.
16+
17+
Need an ICLA? Unsure if you are covered under an existing CCLA? Email [[email protected]](mailto:[email protected]?subject=CLA)
18+
19+
# Contributing Issues
20+
21+
## Prerequisites
22+
23+
* [ ] Have you [searched for duplicates](https://github.com/{program name}/{project name}/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice.
24+
* [ ] Are you running the latest version?
25+
* [ ] Are you sure this is a bug or missing capability?
26+
27+
## Raising an Issue
28+
* Create your issue [here](https://github.com/{program name}/{project name}/issues/new).
29+
* New issues contain two templates in the description: bug report and enhancement request. Please pick the most appropriate for your issue, **then delete the other**.
30+
* Please also tag the new issue with either "Bug" or "Enhancement".
31+
* Please use [Markdown formatting](https://help.github.com/categories/writing-on-github/)
32+
liberally to assist in readability.
33+
* [Code fences](https://help.github.com/articles/creating-and-highlighting-code-blocks/) for exception stack traces and log entries, for example, massively improve readability.
34+
35+
# Contributing Pull Requests (Code & Docs)
36+
To make review of PRs easier, please:
37+
38+
* Please make sure your PRs will merge cleanly - PRs that don't are unlikely to be accepted.
39+
* For code contributions, follow the existing code layout.
40+
* For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/{program name}/{project name}/wiki).
41+
* Keep commits small and cohesive - if you have multiple contributions, please submit them as independent commits (and ideally as independent PRs too).
42+
* Reference issue #s if your PR has anything to do with an issue (even if it doesn't address it).
43+
* Minimise non-functional changes (e.g. whitespace).
44+
* Ensure all new files include a header comment block containing the [Apache License v2.0 and your copyright information](http://www.apache.org/licenses/LICENSE-2.0#apply).
45+
* If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/{program name}/{project name}/blob/master/NOTICE) with any new attribution or other notices
46+
47+
48+
## Commit and PR Messages
49+
50+
* **Reference issues, wiki pages, and pull requests liberally!**
51+
* Use the present tense ("Add feature" not "Added feature")
52+
* Use the imperative mood ("Move button left..." not "Moves button left...")
53+
* Limit the first line to 72 characters or less

.github/FUNDING.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# These are supported funding model platforms
2+
3+
open_collective: # Replace with a single Open Collective username
4+
ko_fi: # Replace with a single Ko-fi username
5+
github: [ivankatliarchuk]
6+
patreon: cloudkats
7+
otechie: cloudkats
8+
custom: https://paypal.me/ivankatliarchuk
9+
liberapay: cloudkats
10+
issuehunt: ivankatliarchuk
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected 🤔.
4+
5+
---
6+
7+
## Bug Report
8+
9+
### Steps to Reproduce:
10+
1. ...step 1 description...
11+
2. ...step 2 description...
12+
3. ...step 3 description...
13+
14+
### Expected Result:
15+
...description of what you expected to see...
16+
17+
### Actual Result:
18+
...what actually happened, including full exceptions (please include the entire stack trace, including "caused by" entries), log entries, screen shots etc. where appropriate...
19+
20+
### Environment:
21+
...version and build of the project, OS and runtime versions, virtualised environment (if any), etc. ...
22+
23+
### Additional Context:
24+
...add any other context about the problem here. If applicable, add screenshots to help explain...
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: I have a suggestion (and may want to implement it 🙂)!
4+
5+
---
6+
7+
## Feature Request
8+
9+
### Description of Problem:
10+
...what *problem* are you trying to solve that the project doesn't currently solve?
11+
12+
...please resist the temptation to describe your request in terms of a solution. Job Story form ("When [triggering condition], I want to [motivation/goal], so I can [outcome].") can help ensure you're expressing a problem statement.
13+
14+
### Potential Solutions:
15+
...clearly and concisely describe what you want to happen. Add any considered drawbacks.
16+
17+
... if you've considered alternatives, clearly and concisely describe those too.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: 🤗 Support Question
3+
about: If you have a question about configuration, usage, etc. 💬
4+
5+
---
6+
7+
## Support Question
8+
9+
...ask your question here.
10+
11+
...be sure to search existing issues since someone might have already asked something similar.

.github/SECURITY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Information about supported Kubernetes versions can be found on the
6+
[Kubernetes version and version skew support policy] page on the Kubernetes website.
7+
8+
## Reporting a Vulnerability
9+
10+
Instructions for reporting a vulnerability can be found on the

0 commit comments

Comments
 (0)