diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d92673b4..4859d097 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,10 +35,10 @@ The basis of all is to remember to do good humaning. Everyone is on their own pa * Tests aren't optional # How to contribute -Unsure where to being? Start by looking through the following [issues](https://github.com/amido/stacks/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc) labels: +Unsure where to being? Start by looking through the following [issues](https://github.com/ensono/stacks-terraform/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc) labels: -* [good-first-issue](https://github.com/amido/stacks/labels/good-first-issue) - should only require a few lines of code, and a test or two. -* [documentation](https://github.com/amido/stacks/labels/kind%2Fdocumentation) - we always need to improve our documentation, it's one of the best ways to contribute. +* [good-first-issue](https://github.com/ensono/stacks-terraform/labels/good-first-issue) - should only require a few lines of code, and a test or two. +* [documentation](https://github.com/ensono/stacks-terraform/labels/kind%2Fdocumentation) - we always need to improve our documentation, it's one of the best ways to contribute. Sorting the issues by number of comments generally gives a reasonable proxy for the impact the change will have. More comments, more vested interest. @@ -59,11 +59,11 @@ We actively welcome your pull requests: 2. If you've added code that should be tested, add tests. 3. Update the documentation. 4. Ensure the test suite passes. -5. Issue the pull request using the repos PULL_REQUEST_TEMPLATE.md. It's important to link the [issue number](https://github.com/amido/stacks/issues) to ensure that the Issue is closed. +5. Issue the pull request using the repos PULL_REQUEST_TEMPLATE.md. It's important to link the [issue number](https://github.com/ensono/stacks-terraform/issues) to ensure that the Issue is closed. ## How to report a bug ### Security first -If you find a security vulnerability, do NOT open an [issue](https://github.com/amido/stacks/issues/new/choose). Email [Amido](mailto:stacks@amido.com) instead. +If you find a security vulnerability, do NOT open an [issue](https://github.com/ensono/stacks-terraform/issues/new/choose). Email [Amido](mailto:stacks@amido.com) instead. If you aren't sure you've found an security issue, ask yourself the following: 1. Can I access something that is not mine? @@ -72,7 +72,7 @@ If you aren't sure you've found an security issue, ask yourself the following: If you answered "yes" to either question, please get in contact. ### Report bugs using Github issues -We use GitHub issues to track public bugs. Report a bug by opening a new issue. Please follow the [issue templates](https://github.com/amido/stacks/tree/master/.github/ISSUE_TEMPLATE). +We use GitHub issues to track public bugs. Report a bug by opening a new issue. Please follow the [issue templates](https://github.com/ensono/stacks-terraform/tree/master/.github/ISSUE_TEMPLATE). In general, please follow the guidelines: * A quick summary and/or background diff --git a/.github/ISSUE-TRIAGE.md b/.github/ISSUE-TRIAGE.md index a426ca8a..143d1c28 100644 --- a/.github/ISSUE-TRIAGE.md +++ b/.github/ISSUE-TRIAGE.md @@ -19,7 +19,7 @@ If you don't have time to contribute or you are not an active maintainer, consid ## Classify the issue -An issue can have one more [labels](https://github.com/amido/stacks/labels), including: +An issue can have one more [labels](https://github.com/ensono/stacks-terraform/labels), including: - One label identifying its kind (`kind/*`). - One or multiple labels identifying the functional areas of interest (`area/*`). @@ -91,7 +91,7 @@ An issue can have one more [labels](https://github.com/amido/stacks/labels), inc ## Prioritising issues -When an issue is raised, it should be [labelled](https://github.com/amido/stacks/labels?utf8=%E2%9C%93&q=priority) with the following labels to indicate the degree of priority (from more urgent to less urgent). +When an issue is raised, it should be [labelled](https://github.com/ensono/stacks-terraform/labels?utf8=%E2%9C%93&q=priority) with the following labels to indicate the degree of priority (from more urgent to less urgent). Please note that maintainers an contributors have the right to change the priority based on the issue description and supporting information therefore it's important to triage the issue appropriately. Any changes to priority will be transparent and communicated appropriately. diff --git a/azurerm/modules/azurerm-aks/examples/entire-infra/main.tf b/azurerm/modules/azurerm-aks/examples/entire-infra/main.tf index 4a19bf4f..9837fa8e 100644 --- a/azurerm/modules/azurerm-aks/examples/entire-infra/main.tf +++ b/azurerm/modules/azurerm-aks/examples/entire-infra/main.tf @@ -20,8 +20,8 @@ variable "vnet_cidr" { } module "sample_aks_bootstrap" { - # source = "git::https://github.com/amido/stacks-webapp-template//libs/orchestration/terraform-azurerm-amido-aks?ref=feat/1357" - source = "git::https://github.com/amido/stacks-webapp-template//libs/orchestration/terraform-azurerm-amido-aks?ref=master" + # source = "git::https://github.com/ensono/stacks-webapp-template//libs/orchestration/terraform-azurerm-amido-aks?ref=feat/1357" + source = "git::https://github.com/ensono/stacks-webapp-template//libs/orchestration/terraform-azurerm-amido-aks?ref=master" resource_namer = module.default_label.id create_rg = true resource_group_name = module.default_label.id diff --git a/azurerm/modules/azurerm-server-side-app/main.tf b/azurerm/modules/azurerm-server-side-app/main.tf index 02f7660c..ca0cfa83 100644 --- a/azurerm/modules/azurerm-server-side-app/main.tf +++ b/azurerm/modules/azurerm-server-side-app/main.tf @@ -24,7 +24,7 @@ resource "azurerm_dns_a_record" "default" { } module "cosmosdb" { - # source = "git::https://github.com/amido/stacks-terraform//azurerm/modules/azurerm-cosmosdb?ref=v1.1.0" + # source = "git::https://github.com/ensono/stacks-terraform//azurerm/modules/azurerm-cosmosdb?ref=v1.1.0" source = "../azurerm-cosmosdb" create_cosmosdb = var.create_cosmosdb resource_namer = var.resource_namer