we are creating this comunity so that other developers can get benifits of it.
## Purpose
In this **RaavanHackto** you have to create Signup and Loginup form. In the registration form of everyone, whoever is the best and most attractive will be rewarded.
## How to contribute
1. Make a Fork.
2. Clone the repository to your local desktop.
git clone paste_link_you_copied
3. Create a new branch (It's necessary).
git checkout -b branchName
4. Make changes and Add to Staging here.
git add .
5. Commit changes.
git commit -m "Message you want to write"
* Always write the message short and easy to understand (ideally 3 to 5 words).
6. Push the changes so that Pull request will be generated.
git push -u origin branchName
7. Make PR.
8. Commits should be descriptive.
9. Try to minimize conflicts.
10. Follow these steps only after you have Git installed in your system.
## What Do You Contribute
> 1. You can create a Signup or Loginup form here
> 2. You can create this Signup or Loginup form in any language and you can design it any way
> 3. You can create as many fields as you want, but fields with email and password are necessary.