Skip to content

Commit

Permalink
sync base files
Browse files Browse the repository at this point in the history
  • Loading branch information
oozou_devops committed Aug 23, 2022
1 parent a9ba267 commit 76da3a2
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 231 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Fix'
labels: ''
assignees: ''

title: "Fix"
labels: ""
assignees: ""
---

**What happened?**
Expand All @@ -16,19 +15,21 @@ v1.2.3
**Module Version**
v1.2.3


**What Terraform runner are you seeing the problem on?**

- Terraform Cloud / MacOS / Linux / Windows

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Relevant log output:**

```
echo $SOMETHING
```
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'feat: '
labels: 'enhancement'
assignees: ''

title: "feat: "
labels: "enhancement"
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
11 changes: 8 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,27 @@
Thank you for help us contribute! Please give us more information about this PR.

---

## What :kissing:

### Adds

- Resource xxxx

### Fixes

- Resouces yyyyyy

### Changes
- Changes var `terraform_depecated` to `terraform_new`

- Changes var `terraform_depecated` to `terraform_new`

## Why :pleading_face:
- Add resource xxx to make the terraform more

- Add resource xxx to make the terraform more
- Fix bug on resource yyyyy
- Change depecated var


## Other Info

- Please see about the version of terraform x.x.x for depecated var
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ crash.*.log
# to change depending on the environment.
#
*.tfvars
!terraform.*example*.tfvars

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args:
- "--args=--only=terraform_deprecated_interpolation"
- "--args=--only=terraform_deprecated_index"
- "--args=--only=terraform_unused_declarations"
# - "--args=--only=terraform_unused_declarations"
- "--args=--only=terraform_comment_syntax"
- "--args=--only=terraform_documented_outputs"
- "--args=--only=terraform_documented_variables"
Expand Down
24 changes: 12 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please note we have a code of conduct, please follow it in all your interactions

## Pull Request Process

1. Ensure you have test your contributions on your locals, and remove any .terraform before put it back. (.gitignore will do that.)
1. Ensure you have test your contributions on your locals, and remove any .terraform before put it back. (.gitignore will do that.)
2. Please don't forget to generate the terraform docs and update the usage.
3. Run the pre-commit hook to lint and validate the terraform.
4. Help us to update the other docs like Changelog.md
Expand All @@ -28,21 +28,21 @@ orientation.
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
- 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
- Other conduct which could reasonably be considered inappropriate in a
professional setting

### Our Responsibilities
Expand Down
Loading

0 comments on commit 76da3a2

Please sign in to comment.