Create CONTRIBUTING.md

main
Crimson Tome 2021-10-21 05:50:07 +01:00 committed by GitHub
parent 31a170f671
commit ff0fbc5c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
CONTRIBUTING.md Normal file
View File

@ -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