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.