Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Welcome to C0D1NG 🥳

C0D1NG is an organization that helps everyone to contribute to open source projects.
C0D1NG is an organization that helps everyone contribute to open source projects.

---

### This is an open-source repository that collects programming problems.

Anyone can work on any issue and you can also create your issues,
So start working on the issue when you are done then request a pull create.
Anyone can work on any issue, and you can also create your own issues.
Start working on an issue, and when you're done, create a pull request.

### Solve as many problems as you can and create a pull request for every individual problem and 🌟 this repo for future reference.
### Solve as many problems as you can and create a pull request for every individual problem. Don't forget to 🌟 this repo for future reference.

---

Expand All @@ -21,19 +21,19 @@ Fork this repository by clicking on the fork button at the top of this page. Thi

# 👉 Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button, and then clone the repository.

# 👉 Create a branch

Then create a branch on your local repository to solve a problem.

# 👉 Add & commit

Make necessary changes and commit those changes
Make necessary changes and commit those changes.

# 👉 Push changes to GitHub

Finally push your local repository to the remote repository
Finally, push your local repository to the remote repository.

# 👉 Compare & Submit a Pull Request

Expand Down