We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a78d4 commit 17f48a3Copy full SHA for 17f48a3
README.md
@@ -50,3 +50,13 @@ We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://git
50
## 📜 List of Algorithms
51
52
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
53
+
54
+## 🪄 First-Time Contributor Guide
55
56
+Welcome! 🎉
57
+If you're contributing for the first time, follow these easy steps:
58
59
+1. **Fork this repository** — click the "Fork" button at the top right.
60
+2. **Clone your fork** locally:
61
+ ```bash
62
+ git clone https://github.com/YOUR-USERNAME/Python.git
0 commit comments