Skip to content

reactplay/hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest x ReactPlay

This repository contains a record of all low-code and no-code contributions made during the Hacktoberfest event in the ReactPlay community.

What is Hacktoberfest

Hacktoberfest 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. Anyone regardless of their programming experience are encouraged to contribute to open-source.

🔗 Read more here.

No-code/Low-code Contributions

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.
Here's the table that explains some of the ways of no-code/low-code contributions.

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

🔗 Read more here.

Hacktoberfest with ReactPlay

We are already having active code contributions in our main project. However, if you have contributed to us in some other way, you need to submit it in this repository.
The valid contributions will be merged to the repository with hacktoberfest-accepted tag.

What Are Valid Contributions

Anything that you have done that helps the ReactPlay community to grow, and improve in either low-code or no-code categories will be considered as a valid contribution. You need to provide detailed information about the contribution along with a URL that validates your contribution.

How to Submit Your Contribution

  1. Go to the Issues section of the repository and add a new issue with New Contribution template

    issues

  2. Fill in the required details with appropriate information. And then Submit the issue.

  3. Wait until someone from the community assigns you to the issue.

  4. Fork this repository in your own account once you are assigned to the issue.

    fork

  5. Create a new branch with your github username.

    new-branch

  6. Inside /data directory in the root folder, open the json file named with current year (eg: 2022-contributions.md) .

  7. Use your github username as a key and use the following template to add your data.

    {
      "username": {
        "name": "<Your name>",
        "username": "<GitHub username",
        "category": "<code | no-code | low-code>",
        "type": "<design | writing | advocacy>",
        "contribution": "<docs | translating | copy-editing | testing | UX-testing | design | video | talks | presentations | workshops | case-studies | thread | podcasts | blogs>",
        "description": "<explain what you did within 280 characters>",
        "link": "<url to validate your contribution>"
      }
    }
  8. Once you are finished, commit your changes.

    commit

  9. Go to the Code section of the repository. You will see a yellow box asking you to compare & create a pull request, click it.

    image

  10. If the above step doesn't work, go to Pull Request section and create a a new request.

  11. Select the main branch of reactplay/hacktoberfest repository, and solve merge conflicts if any.

  12. Wait until someone from our team approves it.

Example

{
  "joshi-kaushal": {
    "name": "Kaushal Joshi",
    "username": "joshi-kaushal",
    "category": "no-code",
    "type": "writing",
    "contribution": "blogs",
    "description": "I wrote a blog discussing why reactplay is cool",
    "link": "https://blog.kaushaljoshi.dev"
  }
}

Get in Touch

If you are stuck somewhere, or have some doubts; join our Discord server and mention it there.

About

This repository contains the no-code and low-code contributions for Hacktoberfest.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published