Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions cint.md
Original file line number Diff line number Diff line change
@@ -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.