@@ -92,6 +92,31 @@ For more information on creating websites with GitHub,
92
92
check out
93
93
[this tutorial](https://github.com/jdevfullstack/github-pages-tutorial) about GitHub Pages.
94
94
95
+ ## Pull Requests
96
+ Pull requests are a great way to contribute to projects and
97
+ generate activity on your GitHub profile. They are not
98
+ limited to coding; you can create pull requests for various
99
+ types of contributions :
100
+
101
+ - **Documentation**: Improve or add documentation for
102
+ projects. This can include README files, wikis, or
103
+ tutorials.
104
+ - **Design**: Contribute design assets, such as logos,
105
+ icons, or UI/UX improvements.
106
+ - **Translations**: Help translate project documentation
107
+ into different languages.
108
+ - **Bug Reports**: Identify and document bugs, and propose
109
+ fixes or improvements.
110
+ - **Community Management**: Suggest improvements for
111
+ community guidelines, code of conduct, or contribution
112
+ guidelines.
113
+ - **Educational Content**: Add educational resources, such
114
+ as example projects, code snippets, or learning materials.
115
+
116
+ By contributing in these ways, you can create meaningful
117
+ pull requests that benefit the community and enhance your
118
+ GitHub profile.
119
+
95
120
## Your Stars
96
121
Take note, this is not the stars on GitHub when you
97
122
leave a star to an external repo. This is the star
0 commit comments