Skip to content

Commit

Permalink
Add links to google form to provide feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Jul 29, 2024
1 parent 16c8410 commit d910a19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ In our first [announcement](https://blog.gradle.org/declarative-gradle), we intr
Since then, we've been working hard on several fronts to create the first early access preview (EAP) for Declarative Gradle.

!!! info
With the first EAP, we would like you to try out what we have built so far and to give us [feedback](../CONTRIBUTING.md).
With the first EAP, we would like you to try out what we have built so far.

Declarative Gradle is **ready** for trying out our provided sample projects for Java, Kotlin and Android applications.

Declarative Gradle is **not ready** for adoption by plugin authors, build engineers or software engineers.

1. Follow our [setup instructions](./setup.md)
2. Pick one or more of our [samples](./samples.md)
3. Try out the Declarative Gradle [features](./features.md)
3. Try out the Declarative Gradle [features](./features.md)
4. Provide us [feedback](https://forms.gle/oZk5MMhnwWiTxN6s6)
2 changes: 2 additions & 0 deletions docs/getting-started/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
!!! tip
Check out the features below with one of our [samples](./samples.md). These features are guaranteed to work with them out of the box.

[Provide us feedback](https://forms.gle/oZk5MMhnwWiTxN6s6).

## Declarative DSL in IDE

<iframe width="709" height="400" src="https://www.youtube.com/embed/POjnWOwWqco" title="First Look at Declarative Gradle - Android Studio" frameborder="0" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All samples in this page can be used to demonstrate features made possible by De

After picking a sample, read about new [Declarative Gradle features](./features.md).

[Provide us feedback](https://forms.gle/oZk5MMhnwWiTxN6s6).

## Java Application

A sample Java application written in the Declarative Gradle DSL, using the prototype Declarative Gradle `javaApplication` Software Type defined in the `org.gradle.experimental.jvm-ecosystem` ecosystem plugin.
Expand Down

0 comments on commit d910a19

Please sign in to comment.