Skip to content

Commit

Permalink
chore: rename go module to github.com/scaleway/terraform-provider-sca…
Browse files Browse the repository at this point in the history
…leway (#735)
  • Loading branch information
remyleone authored Jan 4, 2021
1 parent 607e5d0 commit 07a3ce3
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).

### Where to find us?

- [Terraform provider Scaleway](https://github.com/terraform-providers/terraform-provider-scaleway/tree/master/website)
- [Terraform provider Scaleway](https://github.com/scaleway/terraform-provider-scaleway/tree/master/website)
- [Terraform mailing list](https://groups.google.com/group/terraform-tool)
- Connect with us on [Scaleway Slack](https://slack.scaleway.com/) (#opensource)
- Send us an [e-mail](mailto:[email protected])
4 changes: 2 additions & 2 deletions .github/contributing/acceptance_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TF_ACC=1 go test ./scaleway -v -run=TestAccScalewayInstanceServerBasic1 -timeout
=== CONT TestAccScalewayInstanceServerBasic1
--- PASS: TestAccScalewayInstanceServerBasic1 (227.43s)
PASS
ok github.com/terraform-providers/terraform-provider-scaleway/scaleway 227.747s
ok github.com/scaleway/terraform-provider-scaleway/scaleway 227.747s

```

Expand Down Expand Up @@ -75,7 +75,7 @@ TF_ACC=1 go test ./scaleway -v -run=TestAccScalewayInstanceSecurityGroup -timeou
=== RUN TestAccScalewayInstanceSecurityGroupPortRange
--- PASS: TestAccScalewayInstanceSecurityGroupPortRange (7.13s)
PASS
ok github.com/terraform-providers/terraform-provider-scaleway/scaleway 56.210s
ok github.com/scaleway/terraform-provider-scaleway/scaleway 56.210s
```

#### Writing an Acceptance Test
Expand Down
10 changes: 5 additions & 5 deletions .github/contributing/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@ If you have any issue regarding security, please notify us by sending an email t
We will follow up with you promptly with more information and a plan for remediation.
We currently do not offer a paid security bounty program, but we would love to send some Scaleway swag your way along with our deepest gratitude for your assistance in making Scaleway a more secure Cloud ecosystem.

### [Bug Reports](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?template=Bug_Report.md)
### [Bug Reports](https://github.com/scaleway/terraform-provider-scaleway/issues/new?template=Bug_Report.md)

- [ ] __Test against latest release__: Make sure you test against the latest released version.
It is possible we already fixed the bug you're experiencing.

- [ ] __Search for possible duplicate reports__: It's helpful to keep bug reports consolidated to one thread, so do a quick search on existing bug reports to check if anybody else has reported the same thing.
You can [scope searches by the label "bug"](https://github.com/terraform-providers/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to help narrow things down.
You can [scope searches by the label "bug"](https://github.com/scaleway/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to help narrow things down.

- [ ] __Include steps to reproduce__: Provide steps to reproduce the issue, along with your `.tf` files, with secrets removed, so we can try to reproduce it.
Without this, it makes it much harder to fix the issue.

- [ ] __For panics, include `crash.log`__: If you experienced a panic, please create a [gist](https://gist.github.com) of the *entire* generated crash log for us to look at.
Double check no sensitive items were in the log (For instance token, private keys or other secrets).

### [Feature Requests](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?labels=enhancement&template=Feature_Request.md)
### [Feature Requests](https://github.com/scaleway/terraform-provider-scaleway/issues/new?labels=enhancement&template=Feature_Request.md)

## Suggesting a feature

- [ ] __Search for possible duplicate requests__: It's helpful to keep requests consolidated to one thread, so do a quick search on existing requests to check if anybody else has reported the same thing.
You can [scope searches by the label "enhancement"](https://github.com/terraform-providers/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) to help narrow things down.
You can [scope searches by the label "enhancement"](https://github.com/scaleway/terraform-provider-scaleway/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) to help narrow things down.

- [ ] __Include a use case description__: In addition to describing the behavior of the feature you'd like to see added, it's helpful to also lay out the reason why the feature would be important and how it would benefit Terraform users.

- [ ] __Urgency__: What is the priority of this feature? Is it a nice to have or a required feature for a particular use case?

### [Questions](https://github.com/terraform-providers/terraform-provider-scaleway/issues/new?labels=question&template=Question.md)
### [Questions](https://github.com/scaleway/terraform-provider-scaleway/issues/new?labels=question&template=Question.md)

- [ ] __Search for answers in Terraform documentation__: We're happy to answer questions in GitHub Issues, but it helps reduce issue churn and maintainer workload if you work to [find answers to common questions in the documentation](https://www.terraform.io/docs/providers/scaleway/index.html).
Oftentimes Question issues result in documentation updates to help future users, so if you don't find an answer, you can give us pointers for where you'd expect to see it in the docs.
Expand Down
Loading

0 comments on commit 07a3ce3

Please sign in to comment.