-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from cyclops-ui/add_feedback_form
[WEB] Add feedback form
- Loading branch information
Showing
9 changed files
with
38 additions
and
20 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
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
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 |
---|---|---|
|
@@ -24,7 +24,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na | |
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. ' | ||
3. [x] start with an alphanumeric character | ||
4. [x] end with an alphanumeric character | ||
|
||
### Contact [email protected] | ||
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as | ||
soon as possible! |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Feedback | ||
|
||
## Thank You for Trying Out Cyclops! | ||
|
||
We hope you found our installation tutorial and demo helpful. Your feedback is important to us, and we would appreciate it if you could take a moment to share your thoughts. Your input helps us improve and provide a better experience for our users. | ||
|
||
### How was your experience? | ||
|
||
Please take a few minutes to fill out the [Feedback Form](https://forms.gle/jrwcBHRtpwmK91v47). Your feedback is valuable to us, and we appreciate your time. | ||
|
||
## Installation Tutorial | ||
|
||
If you encountered any issues during the installation process, please let us know. Your feedback will help us address any potential challenges that users may face. | ||
|
||
[Installation Tutorial](../install) | ||
|
||
## Demo Tutorial | ||
|
||
We hope the demo tutorial provided a clear understanding of how to use our product. If you have any suggestions for improvement or if there's anything you'd like to see in future tutorials, please share your thoughts. | ||
|
||
[Demo Tutorial](./new_module) | ||
|
||
### Thank you for your feedback! | ||
|
||
We appreciate your time and effort in providing feedback. If you have any additional comments or questions, feel free to reach out to us directly at [[email protected]](mailto:[email protected]). | ||
|
||
Happy deploying! |
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 |
---|---|---|
|
@@ -57,7 +57,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na | |
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. ' | ||
3. [x] start with an alphanumeric character | ||
4. [x] end with an alphanumeric character | ||
|
||
### Contact [email protected] | ||
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as | ||
soon as possible! |
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 |
---|---|---|
|
@@ -48,8 +48,3 @@ another popup window that displays the last 100 logs of the pod. If you are stil | |
Here is your service. In Kubernetes, a Service is a method for exposing a network application that is running as one or | ||
more Pods in your cluster. Here we can also see the name of our service `demo-1`, the namespace it inhabits `default` and | ||
the manifest. Underneath it shows the port of the service and where it is pointing (port of the pods). | ||
|
||
## Potential problems | ||
### Contact [email protected] | ||
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as | ||
soon as possible! |
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 |
---|---|---|
|
@@ -78,7 +78,3 @@ convention](https://kubernetes.io/docs/concepts/overview/working-with-objects/na | |
2. [x] contain only **lowercase** alphanumeric characters, '-' or '. ' | ||
3. [x] start with an alphanumeric character | ||
4. [x] end with an alphanumeric character | ||
### Contact [email protected] | ||
If you have any problems with following the tutorial or the application itself, please contact us and we will reply as | ||
soon as possible! |
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
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