kishanrajput23 / Code-Linting

This repository is basically for checking the code linting workflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Linting🔥

image

Open Source Love Hacktober Badge Star Badge Contributions

This repository aims to help code beginners with their first successful pull request and open source contribution

⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

⭐ Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.

This repository is open to all members of the GitHub community. Any member can contribute to this project

What is Hacktoberfest?

A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open-source developer community.

https://hacktoberfest.digitalocean.com/

Rules

To qualify for the official limited edition Hacktoberfest shirt, you must register here and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone). PRs can be made to any public repository on GitHub, not only the ones with issues labeled Hacktoberfest. This year, the first 40,000 participants who complete Hacktoberfest can elect to receive one of two prizes: a tree planted in their name, or the Hacktoberfest 2022 t-shirt.

Steps to follow

Tip : Complete this process in GitHub (in your browser)

flowchart LR
    Fork[Fork the project]-->branch[Create a New Branch]
    branch-->Edit[Edit file]
    Edit-->commit[Commit the changes]
    commit -->|Finally|creatpr((Create a Pull Request))
    

Star the repository by pressing the topmost-right button to start your wonderful journey.

How You Can Contribute?

So, basically add any code file in any language you want which might be a hello-world program or a complex program but, it should passes Code Linting workflow then only I'd be able to merge your PR. So, this is simple task for you to make your first contribution.

Learn about GitHub Actions and code linting in the following resources:

  1. GitHub Actions
  2. Code Linting
  3. GitHub Action Video on Code With Scaler Channel
  4. How to setup Linter GitHub Actions for your repository

Awesome contributors

Made with contributors-img.

Help Contributing Guides

We love to have articles and codes in different languages and the betterment of existing ones.

Please discuss it with us first by creating a new issue.

Happy Contributing

Author 🙋‍♂️ : Find Me Here

About

This repository is basically for checking the code linting workflow.

License:MIT License


Languages

Language:CSS 37.3%Language:C++ 36.1%Language:HTML 23.0%Language:Python 2.5%Language:Java 1.1%