Description
Create Feedback Survey for Hacktoberfest Participants
🚀 Goal
Create a survey to help yourself and other participants in this year's Hacktoberfest give us direct feedback for next year. To be sent out after Hacktoberfest ends.
🤔 Background
This issue focuses specifically on creating and formatting an easy-to-complete survey. Your contributions here will help developers go through that our documentation easier!
🤝 How You Can Contribute
We've broken it down into smaller tasks. Every contribution counts!
🔑 Tasks and Acceptance Criteria
❗You must only assign yourself one task at a time to give everyone a chance to participate.❗
You may assign yourself your next task after your current task is reviewed & accepted.
- Develop up to 6 key questions for participants to answer.
- Make sure each question covers a different aspect of Hacktoberfest. (For example: Projects, Rewards, Incentives, Nice to Haves, etc.)
- Create survey in shareable Google Form format.
- Submit PR with link to form for our review.
Blog instructions
- You must host your content on your own website or channel.
- Add your content information directly to the
site/src/externalContributors.json
file in the repository. - Save your image in the
site/static/image/external-contributor/
directory, ensuring the image is in a 16:9 ratio. - Create a pull request with your changes for review.
- Link your submitted PR in a comment here to count towards Hacktoberfest.
Your contribution in externalContributors.json
must include:
- Type: Video, Blog, Social (please choose the appropriate one)
- Thumbnail: the path to your image, e.g.,
/img/external-contributor/yourimage.png
- Title: the title of your content
- Link: a direct link to your content
- Your name
Here’s an example of the JSON format to follow:
[
{
"type": "blog",
"thumbnail": "/img/external-contributor/yourimage.png",
"title": "Exploring Web5",
"link": "https://linktoyourcontent.com/web5-post",
"contributor": "Your Name"
}
]
Available type
options:
- Video
- Blog
- Social
🌟 Resources
Getting Started
- Comment ".take" on this issue to get assigned
- Fork the repository and create a new branch for this task
- Follow the tasks outlined above
- Submit a pull request with your changes
- Respond to any feedback during the review process
Questions?
If you have any questions or need clarification, please comment on this issue or join our Discord community.
Happy coding! 🎉