From 745ad874f33b7460c1d6924563ad90d0ca405b1e Mon Sep 17 00:00:00 2001 From: Van Gulick Date: Thu, 4 Oct 2018 23:41:00 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c65715df..a0f30ba6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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_" + - 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 -> https://github.com/Stephanevg/PSHTML/issues/7 and which element you have just done.