-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support-196: require contact details before we can audit 2
- Loading branch information
1 parent
42155ba
commit 164befa
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,8 @@ Community providers vetted by Andy should advertise the following attributes bef | |
|
||
Also make sure to specify email and website in your `provider.yaml` config: | ||
|
||
> NOTE: These aren't the provider attributes, but the `info` (informational) fields! So please add them as-is written, do not add them under the `attributes` section. More details on how exactly to add them can be found under "Create a provider.yaml File" section in https://akash.network/docs/providers/build-a-cloud-provider/akash-cloud-provider-build-with-helm-charts/ document. | ||
``` | ||
email: [email protected] | ||
website: yourweb.com | ||
|