This is an open source project that is dedicated to the hacktober fest for the year 2022.
You can add any kind of projects in the languages that are mentioned below:
C
C++
C#
PHP
Java
Python
Ruby
Javascript
WebDev
After you have created the pull request, mention any of the moderator on the discord server
Rules to be taken care of:
The PR would not be merged if not mentiond in the server.
DSA problem-solution would not be accepted.
Join our Discord server for more information.
Do drop a follow if you like my work 😀
4
contributors to open pull requests, you get:Add a project
with proper language category.
For example: I have added a personal website.
Fork
this repo.Write into a file
of proper category: Push the changes
with commit messages on whatever you added.Compare And Pull Request
with proper description and title.review
and merge
your contribution.Contributing for the first time? I got you 😀
Fork
the repo. (a copy of this repo will be made on your account).
Write what you want in the proper file.
Two ways to write:
VS Code Web
will open and then write into it.Once you are done writing, add the necessary files with ➕ button
in github or use git add --all
.
Then commit the files using the ✔ button
in vs code or use command git commit -m "message"
command where in message
, you will write a message about whatever you added.
Go to the main page of your forked repo on your account. You will see a Compare And Pull Request
button. Click that.
Go to Pull requests
tab if you dont see the button mentioned.
You will be redirected to the pull requests tab of this repo. Add a title for your pull request and a little description.
description
and proper title
for your pull request.