This repository contains a record of all low-code contributions made during the Hacktoberfest event.
Hacktoberfest
is a celebration of Open Source. It is a virtual event organized by DigitalOcean and its partners throughout October. It is aimed toward open source and introducing it to as many developers as possible. Read more about the event from here.
Until last year, hacktoberfest contributions were only valid for coding or maintaining a project. Since this year, Hacktoberfest has also been allowing low-code
and no-code
contributions.
The table below explains the types of no-code/low-code contributions that are accepted:
Contribution Type | Low-code | No-code |
---|---|---|
Writing | Technical Documentation | Translating, Copy editing |
Design | Testing | UX Testing, Graphics design, video production |
Advocacy | Talks, presentations, blogs, podcasts, case studies | social media blog posts |
We at Showwcase encourage every developer to contribute to Open Source through Hacktoberfest. We are excited to participate in the event to encourage open-source enthusiasts to make low-code
contributions with content creation.
Showwcase
is the platform for developers to learn, share, and grow. One of the prominent avenues for developers to learn and grow is with the shows
in Showwcase. With shows, you can create blog articles, videos, podcasts, and many other content types that are free to consume.
In this Hactoberfest, you can create any type of show and make a low-code
contribution to Hactoberfest. Read below to get started.
Follow these steps to start your contributions:
Create
button at the header of the page and then select the New Show
optionNew Blog
template.Once you have created the content, it's time you submit the contribution for the Hactoberfest event. Follow these simple steps to get there.
hacktoberfest
event automatically.One of us from the community will assign the issue to you.
Fork this repository
Create a new branch in the forked
repository.
Now browse to the directory contributions/2022
and create new file called <YOUR-GITHUB-USERNAME>.md
(example: atapas.md) with the following information:
---
"name": "<Your name>"
"username": "<Showwcase username>"
"github": "<GitHub username>"
"category": "<no-code | low-code>"
"topic": "<Web3 | JavaScript | Python | ReactJS | Machine Learning | DevOps | Web Development | Git | GitHub | Open Source>"
"contribution": "<article | video | repository | product | event | podcast>"
"description": "<explain your contribution in a summary>"
"link": "<url to validate your contribution>"
---
Here is an Example:
---
"name": "Tapas Adhikary"
"username": "atapas398"
"github": "atapas"
"category": "no-code"
"topic": "JavaScript"
"contribution": "article"
"description": "Written an article on JavaScript Promises"
"link": "https://www.showwcase.com/show/16140/javascript-promises-quizzes-and-interview-questions"
---
Commmit your changes.
Crate a Pull Request.
Wait until someone from our team reviews and approves it or get back with comments.
Need help? Please join Showwcase Open Source Community to discuss further.