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
We are currently building a team of community volunteers and educators to maintain Docs. Let us know if you are interested.
27
29
@@ -37,13 +39,25 @@ We are currently building a team of community volunteers and educators to mainta
37
39
38
40
Here's how you can contribute to Codecademy Docs:
39
41
40
-
1. Get assigned to an Issue of your interest.
41
-
- Ask to be assigned to one of the [available Issues](https://github.com/Codecademy/docs/issues?q=is%3Aissue+is%3Aopen+-label%3Aclaimed).
42
-
- Submit a typo/bug in [GitHub Issues](https://github.com/Codecademy/docs/issues).
43
-
2. Write a new entry or make changes to an existing entry, based on the requirement of your Issue.
44
-
3. Submit a Pull Request of your entry for your assigned Issue.
45
-
4. Reply to the thread on [Possible Content Discussion](https://discuss.codecademy.com/t/find-a-starting-point-possible-content-discussion/745868) to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues.
46
-
5. Share your thoughts in this [Docs feedback form](https://codecademyready.typeform.com/to/hzVIWDgz) to tell us how we can improve Docs!
42
+
- Get assigned to an Issue of your interest:
43
+
- Ask to be assigned to one of the [available Issues](https://github.com/Codecademy/docs/issues?q=is%3Aissue+is%3Aopen+-label%3Aclaimed).
44
+
- Submit a typo/bug in [GitHub Issues](https://github.com/Codecademy/docs/issues).
45
+
- Prepare your contribution:
46
+
47
+
- Fork the Codecademy docs repository on your GitHub account.
48
+
- Create a new branch for your contributions:
49
+
50
+
```shell
51
+
git checkout -b branch_name
52
+
```
53
+
54
+
- Write a new entry or make changes to an existing entry, based on the requirement of your Issue.
55
+
56
+
- Submit your work:
57
+
- Submit a Pull Request of your entry for your assigned Issue.
58
+
- Collaborate and provide feedback:
59
+
- Reply to the thread on [Possible Content Discussion](https://discuss.codecademy.com/t/find-a-starting-point-possible-content-discussion/745868) to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues.
60
+
- Share your thoughts in this [Docs feedback form](https://codecademyready.typeform.com/to/hzVIWDgz) to tell us how we can improve Docs!
47
61
48
62
Whether you are a code newbie or a seasoned hacker, there's something for you!
0 commit comments