Each Pull Request sent should comply to this, if somewhat violation is noticed later, it can be labelled as Invalid
or Spam
, so, read this carefully.
- Your component should be contained under desired Folder (eg: '"Navigation"' for a navigation bar or '"Slideshow" for a Slideshow').
- Your folder name should be "existing folders + 1" (eg: you are adding a new navigation bar and the '"Navigation"' folder is empy then your folder name should be "navbar-1" and suppose if few items exists and the last folder name is "navbar-5" then your folder name should be "navbar-6" and each folder should have "index.html" that will contain the code .
- Each File ("index.html") should contain
author : your-name
andlink : your-solution-link
as comments at the begining of the file. - You can add one file preferably named as
explain.md
which will contain the code explanations. - We expect
components
should be well documented to explain the purpose of the codes. - Solutions should be
properly indented
. - All the components must use bootstrap library.
- Component should be strictly designed by you, Code from codepen(that doesn't belong to you) are not accepted and will be marked invalid if evidence found.
You may contribute to the README or any of the documentation files if you want to improve it. We will be happy to update useful changes.
- Your
Solution
should be strictly in the"index.html"
file, other formats are not accepted - Maintainers should be able to update changes.
- The
explain.md
should not include any LOGIC or IDEA for solving the problem. - More emphasis is given on understanding the logic used to get the solution rather than the code itself. Hence simply copy-pasting code is not encouraged.
- Authenticity is expected and respected for every PULL REQUEST(s).
You can expect your PR(s) to get merged if you follow the points and we expect a lot of contributions from your end to make this repository a powerful one, raising the standards!!! 😀🔥
Happy Contributing DEVs 😉