diff --git a/content/donate/options/index.md b/content/donate/options/index.md index 44776b2cab..6e8d75e2a5 100644 --- a/content/donate/options/index.md +++ b/content/donate/options/index.md @@ -55,6 +55,10 @@ Please only use names, logos, and links that you have the right and permission t Please wait a little. It might take up to eight hours for the automatic update to add you to the credits. +## Where in the Project's Readme will my name / logo / link be added? + +They will be in the [Thanks section](https://github.com/bevyengine/bevy#thanks). The readme is also replicated on [crates.io Bevy page](https://crates.io/crates/bevy#thanks). + ## How are the metrics on the donation page calculated? The monthly dollar amount is the "raw pledged amount for active monthly donations". This means two things: diff --git a/content/donate/tiers.toml b/content/donate/tiers.toml index be0dfdca41..1331ca71b6 100644 --- a/content/donate/tiers.toml +++ b/content/donate/tiers.toml @@ -120,6 +120,7 @@ every_org_link = "https://www.every.org/bevy-foundation?amount=8000&theme_color= reward_logo = true reward_link = true logo_height = 120 +reward_readme_link = true [[tier]] name = "Patron" @@ -131,3 +132,5 @@ stripe_missing = "Not supported right now" reward_logo = true reward_link = true logo_height = 190 +reward_readme_link = true +reward_readme_logo = true diff --git a/templates/donate-options.html b/templates/donate-options.html index 4ccf9f2431..9bf09b4934 100644 --- a/templates/donate-options.html +++ b/templates/donate-options.html @@ -14,6 +14,8 @@