File tree 5 files changed +14
-24
lines changed
5 files changed +14
-24
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,27 @@ assignees: ''
8
8
---
9
9
10
10
** Version information**
11
+ <!--
11
12
- The version of DCE.
12
13
- OS and version
13
14
- Go version
14
15
- Terraform version (if using directly)
16
+ -->
15
17
16
18
** Describe the bug**
17
- A clear and concise description of what the bug is.
19
+ <!-- A clear and concise description of what the bug is. -->
18
20
19
21
** To Reproduce**
22
+ <!--
20
23
Steps to reproduce the behavior:
21
24
1. Go to '...'
22
25
2. Click on '....'
23
26
3. Scroll down to '....'
24
27
4. See error
28
+ -->
25
29
26
30
** Expected behavior**
27
- A clear and concise description of what you expected to happen.
31
+ <!-- A clear and concise description of what you expected to happen. -->
28
32
29
33
** Additional context**
30
- Add any other context about the problem here.
34
+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ assignees: ''
8
8
---
9
9
10
10
** Is your feature request related to a problem? Please describe.**
11
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
11
+ <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12
12
13
13
** Describe the solution you'd like**
14
- A clear and concise description of what you want to happen.
14
+ <!-- A clear and concise description of what you want to happen. -->
15
15
16
16
** Describe alternatives you've considered**
17
- A clear and concise description of any alternative solutions or features you've considered.
17
+ <!-- A clear and concise description of any alternative solutions or features you've considered. -->
18
18
19
19
** Additional context**
20
- Add any other context or screenshots about the feature request here.
20
+ <!-- Add any other context or screenshots about the feature request here.-->
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Describe the big picture of your changes here to communicate to the maintainers
9
9
## Types of changes
10
10
11
11
<!--
12
- What types of changes does your code introduce to the module ?
12
+ What types of changes does your code introduce to the repo ?
13
13
Put an `x` in the boxes that apply
14
14
-->
15
15
@@ -31,21 +31,6 @@ Put an `x` in the boxes that apply. You can also fill these out after creating t
31
31
- [ ] I have updated the ` CHANGELOG.md ` under a ` ## next ` release, with a short summary of my changes
32
32
33
33
34
- ## Dependencies and Blockers
35
-
36
-
37
-
38
- <!--
39
-
40
- Is there anything preventing this PR from being merged and deployed to prod?
41
-
42
- eg. other PRs that are required, external blockers, etc.
43
-
44
- If so, this is a high-risk deployment, and we should call this out for manual attention
45
-
46
- -->
47
-
48
-
49
34
## Relevant Links
50
35
51
36
<!--
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ override.tf.json
60
60
61
61
# Other stuff
62
62
* .zip
63
+ .idea /
63
64
64
65
junit-report /
65
66
test.output.txt
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We have some general guidelines towards contributing to this project.
20
20
21
21
* Go*
22
22
23
- The source code for this project is written in Go. You are welcome to add versions of files for other languages, however the core code will remain in Go .
23
+ The Lambda and CodeBuild function code is written in Golang. We prefer that similar contributed code also be written in Golang. Please ensure your Golang code is formatted by [ gofmt ] ( https://golang.org/cmd/gofmt/ ) and linted by [ golint ] ( https://godoc.org/golang.org/x/lint ) .
24
24
25
25
## Pull Requests
26
26
You can’t perform that action at this time.
0 commit comments