From e42b961bd269a3c45f6db4b93789fb7cad8e9a70 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Tue, 3 Oct 2023 14:59:33 +0100 Subject: [PATCH] Add Hacktoberfest blog post (#9280) --- .../blog/2023-10-01-hacktoberfest.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 documentation/blog/2023-10-01-hacktoberfest.md diff --git a/documentation/blog/2023-10-01-hacktoberfest.md b/documentation/blog/2023-10-01-hacktoberfest.md new file mode 100644 index 0000000000..c93f48eced --- /dev/null +++ b/documentation/blog/2023-10-01-hacktoberfest.md @@ -0,0 +1,24 @@ +--- +title: "Hacktoberfest 2023 with SvelteKit" +description: "SvelteKit joins in the Hacktoberfest event in 2023" +author: Willow (GHOST) & Braden Wiggins +authorURL: https://ghostdev.xyz +--- + +# Sveltekit ๐Ÿงก Hacktoberfest + +We're excited to announce SvelteKit's participation in this year's Hacktoberfest! Hacktoberfest is a global event that takes place every October, during which developers are encouraged to contribute to open-source projects like SvelteKit. The goal is to foster a vibrant open-source community, celebrate shared knowledge, and make the world of coding more accessible to all. You can find other participating repositories by searching the [`hacktoberfest` topic](https://github.com/topics/hacktoberfest) on github. + +## Getting Started + +The first step is to [register for Hacktoberfest](https://hacktoberfest.com/register). Once you've registered, any PRs submitted to Sveltekit will count towards your participation in the event! + +## Contributing + +If you need inspiration when looking for an issue to fix, check out the [low hanging fruit](https://github.com/sveltejs/kit/labels/low%20hanging%20fruit), [contributions-welcome](https://github.com/sveltejs/kit/labels/contributions-welcome), [ready to implement](https://github.com/sveltejs/kit/labels/ready%20to%20implement), or [documentation](https://github.com/sveltejs/kit/labels/documentation) tags. + +It's a good idea to communicate clearly and often about what you're trying to solve or take on. You can do this by commenting on the issues you intend to take on. This helps avoid duplicate work and ensures that your contribution is in line with the project's goals. Nobody likes to have their work rejected, so it's best to ask questions early and often! + +Join our [Discord](https://svelte.dev/chat) and ask questions in the dedicated `#hacktoberfest` channel. We're happy to help you get started! + +We're excited to see what you've got in store for SvelteKit! Happy hacking! ๐ŸŽƒ \ No newline at end of file