Skip to content

Commit dc798e4

Browse files
author
oozou_devops
committed
sync base files
1 parent f644c9e commit dc798e4

File tree

5 files changed

+233
-228
lines changed

5 files changed

+233
-228
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: 'Fix'
5-
labels: ''
6-
assignees: ''
7-
4+
title: "Fix"
5+
labels: ""
6+
assignees: ""
87
---
98

109
**What happened?**
@@ -16,19 +15,21 @@ v1.2.3
1615
**Module Version**
1716
v1.2.3
1817

19-
2018
**What Terraform runner are you seeing the problem on?**
19+
2120
- Terraform Cloud / MacOS / Linux / Windows
2221

2322
**Screenshots**
2423
If applicable, add screenshots to help explain your problem.
2524

2625
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
26+
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
3030

3131
**Relevant log output:**
32+
3233
```
3334
echo $SOMETHING
3435
```

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: 'feat: '
5-
labels: 'enhancement'
6-
assignees: ''
7-
4+
title: "feat: "
5+
labels: "enhancement"
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
Thank you for help us contribute! Please give us more information about this PR.
44

55
---
6+
67
## What :kissing:
8+
79
### Adds
10+
811
- Resource xxxx
912

1013
### Fixes
14+
1115
- Resouces yyyyyy
1216

1317
### Changes
14-
- Changes var `terraform_depecated` to `terraform_new`
1518

19+
- Changes var `terraform_depecated` to `terraform_new`
1620

1721
## Why :pleading_face:
18-
- Add resource xxx to make the terraform more
22+
23+
- Add resource xxx to make the terraform more
1924
- Fix bug on resource yyyyy
2025
- Change depecated var
2126

22-
2327
## Other Info
28+
2429
- Please see about the version of terraform x.x.x for depecated var

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please note we have a code of conduct, please follow it in all your interactions
77

88
## Pull Request Process
99

10-
1. Ensure you have test your contributions on your locals, and remove any .terraform before put it back. (.gitignore will do that.)
10+
1. Ensure you have test your contributions on your locals, and remove any .terraform before put it back. (.gitignore will do that.)
1111
2. Please don't forget to generate the terraform docs and update the usage.
1212
3. Run the pre-commit hook to lint and validate the terraform.
1313
4. Help us to update the other docs like Changelog.md
@@ -28,21 +28,21 @@ orientation.
2828
Examples of behavior that contributes to creating a positive environment
2929
include:
3030

31-
* Using welcoming and inclusive language
32-
* Being respectful of differing viewpoints and experiences
33-
* Gracefully accepting constructive criticism
34-
* Focusing on what is best for the community
35-
* Showing empathy towards other community members
31+
- Using welcoming and inclusive language
32+
- Being respectful of differing viewpoints and experiences
33+
- Gracefully accepting constructive criticism
34+
- Focusing on what is best for the community
35+
- Showing empathy towards other community members
3636

3737
Examples of unacceptable behavior by participants include:
3838

39-
* The use of sexualized language or imagery and unwelcome sexual attention or
40-
advances
41-
* Trolling, insulting/derogatory comments, and personal or political attacks
42-
* Public or private harassment
43-
* Publishing others' private information, such as a physical or electronic
39+
- The use of sexualized language or imagery and unwelcome sexual attention or
40+
advances
41+
- Trolling, insulting/derogatory comments, and personal or political attacks
42+
- Public or private harassment
43+
- Publishing others' private information, such as a physical or electronic
4444
address, without explicit permission
45-
* Other conduct which could reasonably be considered inappropriate in a
45+
- Other conduct which could reasonably be considered inappropriate in a
4646
professional setting
4747

4848
### Our Responsibilities

0 commit comments

Comments
 (0)