From ff0fbc5c0a439a068f63856800dd7a8a4b0355f2 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Thu, 21 Oct 2021 05:50:07 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a335bb7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Guide to making a contribution + +If for whatever reason you wish to make a pull request for this repository, whether it be for helping with an issue or other, this section should help you. + +- Fork the repository + +![image](https://user-images.githubusercontent.com/64846840/138212343-542914ab-e807-43d9-88a8-4ada91eee67a.png) + +- Clone the repo to your device: `git clone https://github.com/your-github-username/crimsontome-blog.git` + +- navigate to the repo on your device with `cd crimsontome-blog` +- make your changes to files you want to with your preferred editor +- add your changes with `git add .` +- commit the changes with `git commit -m "a suitable message"` +- push your changes to your fork `git push` +- back in your browser, reload the page and click Contribute +- click Open pull request +- click Create pull request +- add a suitable comment if applicable