Skip to content

Commit d98e6ea

Browse files
authored
Update CONTRIBUTING.md
1 parent b8d7d06 commit d98e6ea

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2222
- [Improving The Documentation](#improving-the-documentation)
2323
- [Styleguides](#styleguides)
2424
- [Commit Messages](#commit-messages)
25-
- [Join The Project Team](#join-the-project-team)
26-
2725

2826

2927
## I Have a Question
@@ -126,26 +124,15 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/samipa
126124
<!-- 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. -->
127125

128126
### 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.
131128

132-
-->
129+
If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources.
133130

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.
137132

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.
139135

140136
## Styleguides
141137
### 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

Comments
 (0)