Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

23 lines (20 loc) · 1.3 KB

Contributing to Credit Card Verifier

Hello and welcome! We are so glad that you are interesting in contributing to Credit Card Verifier!
We only have a couple of rules and we hope you enjoy the process :)

Contributing Rules

  1. Put all HTML code in the index.html file only.
  2. Put all JavaScript code in the script.js file only.
  3. Put all CSS code in the style.css file only.
  4. Don't move or delete any files. Only modify them.

Contributing Process

  1. Fork the repository
  2. Clone your forked repository to your computer
  3. Head to the issues tab and look for an issue that you like. Issues marked "Good First Issue" or "Hacktoberfest" are great to start with!
  4. Once you have decided what issue to work on, give it a shot!
  5. Once done, push the code to your forked repository.
  6. Head to the Pull Requests tab and click on "Create New Pull Request"
  7. On the left of the arrow should be this repo and on the right should be yours.
  8. Add a small description to the Pull Request describing what you've done.
  9. Mention what Issue you have worked on. If the issue number is #3, you can mention "Closes #3" in the Pull Request description.
  10. Submit Pull Request

It's that easy! We hope you enjoy contributing to our repository. Don't hesitate to contact any of the maintainers or ACM team about any problems!