From dfbc7da2764c6e5e313600c0679f76885f0e8b69 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 23 Jan 2021 20:22:49 +0100 Subject: [PATCH] Create CONTRIBUTING.md Added: Contrubuting --- .github/CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..7e7e45416 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing Guidelines + +👍🎉 First off, thanks for taking the time to contribute! 🎉👍 + +Here you will find a set of guidelines for contributing to TRaSH Guides, Which you can find [HERE](https://trash-guides.info/), +These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. + +## Guidelines + +- Make sure you're editing the latest version. +- If you propose changes make sure it doens't break anything else in the Guides. +- Make sure that after the changes you don't get any [markdownlint](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md) errors + +## Recommendations + +- use [VSCode](https://code.visualstudio.com/) for editing it makes sure the ident is correct and also shows [markdownlint](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md) errors