Skip to content

Commit

Permalink
Add Feedback Form (#717)
Browse files Browse the repository at this point in the history
* Initial attempt add form for feedback

* feedback now renders properly

---------

Co-authored-by: Phillip Weinberg <[email protected]>
  • Loading branch information
johnzl-777 and weinbe58 authored Oct 16, 2023
1 parent c2cc49b commit 5036a93
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 110 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,6 @@ Bloqade wouldn't exist if we weren't fortunate enough to obtain feedback from aw

If you find a bug, have an idea, or find an issue with our documentation, please feel free to file an issue on the [Github repo itself](https://github.com/QuEraComputing/bloqade-python/issues/new/choose).

After using/experimenting/tinkering/hacking with Bloqade it would also be helpful to us for you to fill out [this form](https://share.hsforms.com/1FJjYan2VQC6NfrQ5IPAcewdrwvd) which allows us to get some more detailed feedback.

*May the van der Waals force be with you!*
1 change: 1 addition & 0 deletions docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Thank you for your interest in contributing to the project! We welcome all contr
- [Design Philosophy and Architecture](design-philosophy-and-architecture.md)
- [Community Slack](community-slack.md)
- [Ask a Question](asking-a-question.md)
- [Providing Feedback](providing-feedback.md)
7 changes: 7 additions & 0 deletions docs/contributing/providing-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Providing Feedback

While Github Issues are a great way for us to better understand any issues your having with Bloqade as well as provide us with feature requests, we're always looking for ways to collect more general feedback about what the user experience with Bloqade is like.

To do that we have [this form](https://share.hsforms.com/1FJjYan2VQC6NfrQ5IPAcewdrwvd) where you can provide your thoughts after using/experimenting/tinkering/hacking with Bloqade.

Your feedback will help guide the future of Bloqade's design so be honest and know that you're contributing to the future of Quantum Computing with Neutral Atoms!
5 changes: 0 additions & 5 deletions docs/tutorials/index.md

This file was deleted.

104 changes: 0 additions & 104 deletions docs/tutorials/scripts/rabi.py

This file was deleted.

3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ nav:
- Developing Bloqade: contributing/developing-bloqade.md
- Design Philosophy and Architecture: contributing/design-philosophy-and-architecture.md
- Community Slack: contributing/community-slack.md
- Asking a Question: 'contributing/asking-a-question.md'
- Asking a Question: contributing/asking-a-question.md
- Providing Feedback: contributing/providing-feedback.md
- Tutorials: 'https://queracomputing.github.io/bloqade-python-examples/latest/'
- Reference:
- Builder Overview: builder-workflow/overview.md
Expand Down

0 comments on commit 5036a93

Please sign in to comment.