diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..a0cf709bc0991b5340080f944d02894dc1596d46
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1 @@
+# CHANGELOG
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..64dcef7d9f35d80aea5d54e612fbec25a004df96
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1 @@
+# Code Guidelines
diff --git a/README.md b/README.md
index c6bb9971ae9f7d6a8d388669e73e0f18f82dfe30..0f77883e82ea396b2ee051ab947e5cb289e69930 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # AFC Dons Vue 3 + Vite + Pinia
 
-This is a rebuilt of afcdons.net (originally PHP) using Vue 3 and Pinia the Composition API and Vite. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript
+This is a rebuilt of afcdons.net (originally PHP) using Vue 3 and Pinia the Composition API and Vite. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript.
 
 ## Why ?
 
-This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features
+This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features.
 
 ## Propsed New Features
 
@@ -15,6 +15,3 @@ This is a good way for me to learn Vue 3 and Composition API as I know the compo
 
 - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur)
 
-## Code contributions
-
-Please use Prettier and ESLint and set up to remove semi colons and use single quotes.