Skip to content

Commit

Permalink
Merge pull request #96 from Ensono/6795-update-amido-references
Browse files Browse the repository at this point in the history
update amido to ensono references
  • Loading branch information
balpurewal authored Sep 29, 2023
2 parents 2f80628 + 70a7506 commit 9b53326
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:[email protected]) instead.
If you find a security vulnerability, do NOT open an [issue](https://github.com/ensono/stacks-terraform/issues/new/choose). Email [Amido](mailto:[email protected]) 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?
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE-TRIAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*`).
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions azurerm/modules/azurerm-aks/examples/entire-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azurerm/modules/azurerm-server-side-app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b53326

Please sign in to comment.