- According to the type of submission you are planning to make, create a branch called:
- Feauture: "Feature_"
- BugFix: "BugFix_"
- Minor: "Minor_"
- Have added comment
- if it is a new feautre / cmdlet, some help (Comment based help will suffice in most cases).
- One or two examples on how to use it.
- Create a branch Using the tagName (Please wrap it in Set-HTMLTag
- For examples, see 'Style' for nonvoid tags or 'Base' for voided tag.)
- Commit only feature additions (Use commit --amend to add bugfixes to previous commits).
- 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
- Once validated, please comment this issue with your PR number -> Stephanevg#7 and which element you have just done.