diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..93b83c4b
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,18 @@
+### Description of the feature/fix:
+
+
+### Requirements that must be fulfilled:
+- [ ] New version in `plugin.json` updated
+- [ ] Changelog entry added
+- [ ] Plugin can be built (`build-set`)
+- [ ] Tested by the author
+- [ ] Tested by a second person
+
+
+[Kanbanize Card](LINK)
+
+@plentymarkets/team-order-payment
+____________________
+New version must be uploaded from PID 31920.
+
+Further information about the plugin can be found in the [Wiki](https://wiki.plentymarkets.com/display/OP/Payone).
diff --git a/.gitignore b/.gitignore
index 3b4c1b9b..21aa514f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ composer.lock
phpunit.ini
/build/
/.phan/
+.legacySyncTrace
diff --git a/.php_cs.dist b/.php_cs.dist
deleted file mode 100644
index a4750896..00000000
--- a/.php_cs.dist
+++ /dev/null
@@ -1,22 +0,0 @@
-in(__DIR__);
-return PhpCsFixer\Config::create()
- ->setUsingCache(false)
- ->setRules([
- '@PSR2' => true,
- '@Symfony' => true,
- 'no_useless_else' => true,
- 'no_useless_return' => true,
- 'ordered_class_elements' => true,
- 'ordered_imports' => true,
- 'phpdoc_order' => true,
- 'phpdoc_summary' => false,
- 'phpdoc_to_comment' => false,
- 'phpdoc_align' => false,
- 'phpdoc_var_without_name' => false,
- 'blank_line_after_opening_tag' => true,
- 'concat_space' => ['spacing' => 'one'],
- 'array_syntax' => ['syntax' => 'short']
- ])
- ->setFinder($finder)
-;
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 3ec9a1fe..00000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,55 +0,0 @@
-# Changelog Plentymarkets BS Payone Plugin
-
-## v1.0.9 (2018-04-10)
-* Changed user_guide alert Text
-
-## v1.0.8 (2018-25-09)
-* Changed Support Tab information
-* Updated Changelog
-
-## v1.0.7 (2018-20-09)
-
-* Updated config.json / new Pluginformat
-* Added Translations
-* Changed Userguide
-* Changed guzzle/httpguzzle Version in dependency for PayPal compatibility
-
-## v1.0.6 (2018-05-15)
-
-* enable Sofort display in frontend
-* enable Paydirekt display in frontend
-* enable invoice secure display in frontend
-* enable PayPal display in frontend
-* improve rendering of payment error popup
-
-## v1.0.5 (2018-04-06)
-
-* update Logos an plugin name
-
-## v1.0.4 (2018-03-27)
-
-* update documentation
-
-## v1.0.3 (2018-03-26)
-
-* add english documentation
-* use current payone php api
-
-## v1.0.2 (2018-03-21)
-
-* use Scriptloader to include payone scripts in template
-
-## v1.0.1 (2018-03-01)
-
-* update plugin documentation
-
-## v1.0.1 (2018-03-01)
-
-Plugin release supporting following payment methods:
-
-* invoice
-* pre payment
-* cash on delivery
-* debit payment
-* credit card
-* credit card 3DS
\ No newline at end of file
diff --git a/README.md b/README.md
index 0311d481..3b4bca97 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# BS Payone plugin for plentymarkets 7
+# PAYONE plugin for plentymarkets 7
## Plugin description and requirements
@@ -9,7 +9,7 @@ See the [plugin description](./meta/documents/user_guide_de.md) for the plentyma
The plugin has been developed for the Ceres template. The plugins IO and Ceres
are required and have to be active.
-Also, please configure your payment portal in your BS PAYONE PMI for sha2-384 hashes. The TransactionStatus URL follows this template:
+Also, please configure your payment portal in your PAYONE PMI for sha2-384 hashes. The TransactionStatus URL follows this template:
https://www.example.com/payone/status/
@@ -85,4 +85,4 @@ See the [changelog](./CHANGELOG.md).
## Need help?
-Please contact our technical support team at +49 259 68-500 or tech.support[at]bspayone.com
\ No newline at end of file
+Please contact our technical support team at +49 259 68-500 or tech.support[at]bspayone.com
diff --git a/build.xml b/build.xml
deleted file mode 100644
index a5eb6ec4..00000000
--- a/build.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-