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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ All types of contributions are encouraged and valued. See the [Table of Contents
22
22
-[Improving The Documentation](#improving-the-documentation)
23
23
-[Styleguides](#styleguides)
24
24
-[Commit Messages](#commit-messages)
25
-
-[Join The Project Team](#join-the-project-team)
26
-
27
25
28
26
29
27
## I Have a Question
@@ -126,26 +124,15 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/samipa
126
124
<!-- You might want to create an issue template for enhancement suggestions that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
127
125
128
126
### Your First Code Contribution
129
-
<!-- TODO
130
-
include Setup of env, IDE and typical getting started instructions?
127
+
Contributing to open source for the first time can be scary and a little overwhelming. Perhaps you’re a Code Newbie or maybe you’ve been coding for a while but haven’t found a project you felt comfortable contributing to.
131
128
132
-
-->
129
+
If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources.
133
130
134
-
### Improving The Documentation
135
-
<!-- TODO
136
-
Updating, improving and correcting the documentation
131
+
[First contributions](https://github.com/firstcontributions/first-contributions) is a hands-on tutorial that walks you through contributions workflow on GitHub. When you complete the tutorial, you have made a contribution to the same project.
137
132
138
-
-->
133
+
### Improving The Documentation
134
+
If you want to improve the documentation then first go through [Creating Documentation](https://octoverse.github.com/creating-documentation/) website.
139
135
140
136
## Styleguides
141
137
### Commit Messages
142
-
<!-- TODO
143
-
144
-
-->
145
-
146
-
## Join The Project Team
147
-
<!-- TODO -->
148
-
149
-
<!-- omit in toc -->
150
-
## Attribution
151
-
This guide is based on the **contributing-gen**. [Make your own](https://github.com/bttger/contributing-gen)!
138
+
Commit Message should reflect the work you have done (resolve bug or add feature).
0 commit comments