Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
To add a new HTML tag, please follow these steps:
## To contribute, please follow these rules

1) According to the type of submission you are planning to make, create a branch called:
- Feauture: "Feature_<Description>"
- BugFix: "BugFix_<Description>"
- Minor: "Minor_<Description>"


## 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 -> https://github.com/Stephanevg/PSHTML/issues/7 and which element you have just done.