You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Forge a new branch for your contribution with a name that paints a picture, e.g., `feature/my-new-demo`.
27
21
```sh
28
22
git checkout -b feature/my-new-demo
29
23
```
30
-
31
24
4. **Make Your Changes:**
32
25
- Work your magic and make the desired changes or additions to the project.
33
-
34
26
5. **Test Your Changes:**
35
27
- Cast a spell of testing to ensure your changes functioncorrectly without introducing any gremlins.
28
+
6. **Add Your Work to README:**
29
+
- Weave your masterpiece into the README.md following our [Style Guide](README.md#style-guide).
30
+
7. **Commit Your Changes:**
31
+
- Contribute with meaningful commits that tell the story of your work.
36
32
37
-
6. **Commit Your Changes:**
38
-
- Contribute with meaningful commits that tell the story of your work.
39
33
```sh
34
+
40
35
git commit -m "Add a new demo for XYZ feature"
36
+
41
37
```
42
38
43
-
7. **Push to Your Fork:**
39
+
8. **Push to Your Fork:**
40
+
44
41
- Send your enchanting changes to your fork on GitHub.
42
+
45
43
```sh
44
+
46
45
git push origin feature/my-new-demo
46
+
47
47
```
48
+
9. **Create a Pull Request (PR):**
48
49
49
-
8. **Create a Pull Request (PR):**
50
50
- Journey to the original repository on GitHub and invoke the "New Pull Request" button.
51
+
51
52
- Craft a clear and concise title and description for your PR.
53
+
52
54
- Unveil your PR for the grand review.
53
55
54
-
9. **Review and Collaboration:**
56
+
10. **Review and Collaboration:**
57
+
55
58
- Join the maintainers in an epic collaboration, addressing feedback or requested changes.
56
59
57
-
10. **Your PR is Merged:**
60
+
11. **Your PR is Merged:**
61
+
58
62
- Once your PR is approved and merged, your contribution shall be immortalized within the project.
59
63
64
+
65
+
60
66
## Code of Conduct 🤝
61
67
62
68
Please be aware that we uphold a [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a positive and respectful environment forall contributors. As a participantin this project, you pledge to abide by the Code of Conduct.
63
69
70
+
71
+
64
72
Let's embark on this collective journey to create a precious resource for developers. Thank you for adding your spark to "You Don't Need JavaScript!" ⚡🌟
0 commit comments