Skip to content

Commit

Permalink
Merge pull request #68 from CchristiNana/feedback-section-creation-Shiyu
Browse files Browse the repository at this point in the history
feedback page creation
  • Loading branch information
omckeon authored May 20, 2024
2 parents c165397 + b66a41e commit e747f0d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
9 changes: 9 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,15 @@ export default defineConfig({
},
],
},
{
label: "Feedback",
items: [
{
label: "Feedback",
link: "feedback/feedback-form",
},
],
},
],
}),
],
Expand Down
40 changes: 40 additions & 0 deletions src/content/docs/feedback/feedback form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Feedback Form
description: a way to provide feedback
---

#### We Value Your Feedback

Thank you for choosing to share your thoughts with us. Your feedback helps us improve and continue
providing the best experience possible.

#### How to Provide Feedback

You have several options for sending us your feedback. Please choose the one that suits you best:

##### Option 1: Fill Out Our Online Form

Please fill out our detailed feedback form available at [Our Feedback Form](link). It only takes a
few minutes!

##### Option 2: Contact your team leader or senior students

If you have specific feedback or concerns that require direct communication, please reach out to
your team leader or seniro students. This ensures that your feedback is addressed promptly and
personally.

---

#### What Happens Next?

After you submit your feedback:

- **We Review It:** All feedback is reviewed by our team to understand your needs and requirements.
- **We Plan:** We plan improvements based on the feedback we receive from you and other users.
- **We Implement:** We try out best to implement changes and improvements continuously to enhance
your experience.

Your input is incredibly valuable to us, and we appreciate the time you take to help us improve. If
you have any immediate concerns, please don't hesitate to contact our company operation team.

Thank you for your contribution!

0 comments on commit e747f0d

Please sign in to comment.