From 14330b554259dd26a212864717db1c1d9520e83d Mon Sep 17 00:00:00 2001 From: Orestis Makris <57115454+OrestisMk@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:33:19 +0100 Subject: [PATCH] Create cint.md --- cint.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cint.md diff --git a/cint.md b/cint.md new file mode 100644 index 0000000..96598db --- /dev/null +++ b/cint.md @@ -0,0 +1,27 @@ + +--- + +### File 2: `CONTRIBUTING.md` + +```markdown +# Contributing to My Project + +We welcome contributions from the comunity! Please read the guidelines below in order to submit a contribution. + +## Guidelines + +1. **Fork the repository**: Click the "Fork" button in the upper right corner. +2. **Create a new branch**: Use a descriptive branch name, like `feature/amazing-feature`. +3. **Submit a pull request**: Ensure that your code meets all the quality standards. + +### Style Guide + +When contributing, please use active voice, avoid redundant phrases, and write in a clear, concise manner. For example, instead of saying: + +> "This feature is being used by many people." + +Write: + +> "Many people use this feature." + +Thank you for your contributions! Together, we can make this project even more better.