Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizki Nanda Agam committed Jan 21, 2020
2 parents a5a014f + 698de76 commit 178aa3c
Show file tree
Hide file tree
Showing 15 changed files with 745 additions and 65 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @traveloka/techops
76 changes: 76 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

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

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
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at site-infra{at}traveloka(dot)com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
116 changes: 116 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---
name: Bug Report
about: Report if something is not working as expected
labels: bug
title: "<add_your_clear_and_concise_title_here>"
---


### Community Note
<!---
No need to modify anything within this section.
--->

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* ***If you are interested in working on this issue or have submitted a pull request, please leave a comment!***

***

### Summary
<!---
A clear and concise description of what the bug is.
Don't forget to fill additional data below in order to help us helping you.
--->

### Module Version
<!---
State the version of the module where you experience the bug.
--->


### Terraform Version and Terraform AWS Provider Version
<!---
Please run `terraform -v` to show the Terraform core version and provider version(s).
If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions).
--->

```
Terraform vX.XX.XX
+ provider.aws vX.XX.XX
```


### Affected Resource(s)
<!---
Please list the affected resources and data sources.
--->

* aws_XXXXX


### Terraform Configuration Files
<!---
Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
--->

```hcl
# Copy-paste your Terraform configurations here.
# For large Terraform configs, please use a service like Google Drive and share a link to the ZIP file.
```


### Expected Behavior
<!---
What should have happened?
--->


### Actual Behavior
<!---
What actually happened?
--->


### Screnshots
<!---
If applicable, add screenshots to help explain your problem.
--->


### Steps to Reproduce
<!---
Please list the steps required to reproduce the issue.
--->

1. `terraform apply`
2. `<any_command_you_executed>`


### Important Factoids
<!---
Are there anything atypical about your accounts that we should know?
For example: Running in EC2 Classic?
--->


### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
* https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/
--->

* #0000


<!---
Credit:
This template is modified version of https://github.com/terraform-providers/terraform-provider-aws/blob/master/.github/ISSUE_TEMPLATE/Bug_Report.md
Created: May 20, 2019
Last updated: July 11, 2019
--->
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: Feature Request
about: Give suggestion(s) of what needs to be done to improve this module
labels: enhancement
title: "<add_your_clear_and_concise_title_here>"
---


### Community Note
<!---
No need to modify anything within this section.
--->

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* ***If you have submitted a pull request addressing the same issue, please leave a comment!***

***

### Description
<!---
Please leave a helpful description of the feature request here.
--->


### New or Affected Resource(s)
<!---
Please list the new or affected resources and data sources.
--->

* aws_XXXXX


### Potential Terraform Configuration Changes
<!---
Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
--->

```hcl
# Copy-paste your Terraform configurations here.
# For large Terraform configs, please use a service like Google Drive and share a link to the ZIP file.
```


### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
* https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-amazon-ec2-fleet/
--->

* #0000


<!---
Credit:
This template is modified version of https://github.com/terraform-providers/terraform-provider-aws/blob/master/.github/ISSUE_TEMPLATE/Feature_Request.md
Created: May 20, 2019
Last updated: July 11, 2019
--->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/GENERAL_QUESTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: General Question
about: Unsure about something? Have anything to discuss?
labels: question
title: "<add_your_clear_and_concise_title_here>"
---


### Community Note
<!---
No need to modify anything within this section.
--->

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

***

### Question
<!---
Please leave a clear question here
--->


<!---
Credit:
This template is modified version of https://github.com/terraform-providers/terraform-provider-aws/blob/master/.github/ISSUE_TEMPLATE/Feature_Request.md
Created: July 11, 2019
Last updated: -
--->
59 changes: 59 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!---
See how to make a good Pull Request at : https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/
--->

### Community Note
<!---
No need to modify anything within this section.
--->
* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request
* Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

***

<!---
State an issue that you address on this PR.
--->
Fixes #0000

***

Release note for [CHANGELOG](https://github.com/traveloka/terraform-aws-resource-naming/blob/master/CHANGELOG.md):
<!--
If the changes are not user facing, just write "NONE" in the release-note block below.
-->

```release-note
NOTES:
* Any Notes regarding your submitted PR, like breaking changes or else.
FEATURES:
* **New Source:** `aws_000_0000` ([#references_to_issue](./))
ENHANCEMENTS:
* feature: Add support for new version of AWS API
BUG FIXES:
* Prevent error from evil bugs
```

***

Output from `terraform plan` command from changes you propose.

```
$ terraform plan
```

<!---
Credit:
This template is modified version of https://github.com/terraform-providers/terraform-provider-aws/blob/master/.github/PULL_REQUEST_TEMPLATE.md
Created: May 27, 2019
Last updated: July 11, 2019
--->
15 changes: 15 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Automated Actions

on: [issues]

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Adding the issue to a project
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.1.1
with:
project: Curated Terraform Modules
column: To do
repo-token: ${{ secrets.GH_PAT }}
Loading

0 comments on commit 178aa3c

Please sign in to comment.