Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 1.03 KB

To contribute, please follow these rules

  1. According to the type of submission you are planning to make, create a branch called:
  • Feauture: "Feature_"
  • BugFix: "BugFix_"
  • Minor: "Minor_"

When creating a Pull Request (PR) be sure to:

  1. Have added comment
  2. if it is a new feautre / cmdlet, some help (Comment based help will suffice in most cases).
  3. One or two examples on how to use it.

Adding a new HTML tag, please follow these steps:

  1. Create a branch Using the tagName (Please wrap it in Set-HTMLTag
    • For examples, see 'Style' for nonvoid tags or 'Base' for voided tag.)
  2. Commit only feature additions (Use commit --amend to add bugfixes to previous commits).
  3. do a pull request, and don't be offended if it is refused. It doesn't mean that your code sucks, it simply means that it doesn't fit 100% our standards
  4. Once validated, please comment this issue with your PR number -> Stephanevg#7 and which element you have just done.