Skip to content

Commit

Permalink
docs: Remove outdated instruction from contribution guide (#4065)
Browse files Browse the repository at this point in the history
The process of updating the Terraform module documentation is now run on
the `main` branch
([example](#3919)),
so it no longer needs to be run on forked repositories (it also requires
credentials for the GitHub App).

As per @npalm's
[comment](#4063 (comment)),
I'm removing this reference, to prevent any confusion for new
contributors.
  • Loading branch information
janslow authored Aug 15, 2024
1 parent b007817 commit 01c1515
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Before you submit your pull request consider the following guidelines:
terraform init
```

* For updating docs, you have to enable GitHub actions on your forked repository. Simply go to the tab Actions and enable actions.
* Commit your changes using a descriptive commit message:

```shell
Expand Down

0 comments on commit 01c1515

Please sign in to comment.