Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a contributing.md file #15

Merged
merged 2 commits into from
Oct 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing to Random Color Generator

Thank you for taking an interest in Random Color Generator. We are an open source JavaScript project and invite everyone to contribute to the repository. These are the few steps you need to follow to contribute to this project.

## Steps to Contributing

1. Fork this repository and clone it to your system.
2. Make changes in code as per requirement.
3. Go to Pull requests on your profile.
4. Selct the option to make a new pull request.
5. Add title and tag it in accordance to the changes made.
6. Description should contain the details of changes made, why were they necessary, what did you do out of the three: i. fixed a bug. ii. added a feature. iii. made changes to the documentation.
7. Click create pull request.

## Creating an issue

The issue should provide a detailed overview of the problem. Also, if you would like to be the one changing the code and contributing to solve it, you need to mention that too and we will assign it to you.
11 changes: 1 addition & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
This is a JS project.

Steps to make PR:

i. Fork the repository.
ii. Make changes in code.
iii. Go to Pull requests.
iv. Click new Pull request.
v. Add title and description.
vi. Click create pull request.
This is a JavaScript project to make an application for a random color generator.

# Tutorial Links to follow:-
### Git and Github
Expand Down