From 04524c9e3b5bbca5cf81c910f03f710f759c99d0 Mon Sep 17 00:00:00 2001 From: CoolJWB Date: Sun, 12 Jul 2020 17:08:56 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..523c51b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +## How to contribute to VulnerabilityPatcher +When you want to contribute to this project make sure that you [make an issue](https://github.com/CoolJWB/VulnerabilityPatcher/issues) (don't be shy) before you make the pull request. +If the issue is accepted you fork the latest commit to the project and make your changes. The changes made must be in [Stroustrup style](https://en.wikipedia.org/wiki/Indentation_style#Variant:Stroustrup) and follow the basic pattern of the plugin. +When the code is done you push it to your fork and then make a pull request, I will review your changes and either merge it or close it without merging (reason will be given).