Create CODE_OF_CONDUCT.md#32
Merged
DavidsonGomes merged 1 commit intoEvolutionAPI:developfrom May 31, 2025
Merged
Conversation
Proposing general code of conduct for open source repository
Reviewer's GuideIntroduction of a formal Contributor Covenant Code of Conduct to govern community interactions, enforcement, and reporting procedures. Flow diagram for Code of Conduct Enforcement Processgraph TD
A[Incident Reported to community leaders] --> B{Review & Investigation};
B --> C{Violation of Code of Conduct?};
C -- Yes --> D{Assess Community Impact};
D --> E[Impact: Correction Level];
E --> F[Consequence: Private, Written Warning +/- Public Apology Request];
D --> G[Impact: Warning Level];
G --> H[Consequence: Warning with consequences for continued behavior, specified period of no interaction];
D --> I[Impact: Temporary Ban Level];
I --> J[Consequence: Temporary Ban from community interaction for a specified period];
D --> K[Impact: Permanent Ban Level];
K --> L[Consequence: Permanent Ban from public community interaction];
C -- No --> M[No Action/Dismissal];
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @Danielpeter-99 - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Comment on lines
+108
to
+110
| **Community Impact**: Demonstrating a pattern of violation of community | ||
| standards, including sustained inappropriate behavior, harassment of an | ||
| individual, or aggression toward or disparagement of classes of individuals. |
There was a problem hiding this comment.
issue (typo): Typo: Extra space found.
Remove the extra space after 'behavior,' before 'harassment'.
Suggested change
| **Community Impact**: Demonstrating a pattern of violation of community | |
| standards, including sustained inappropriate behavior, harassment of an | |
| individual, or aggression toward or disparagement of classes of individuals. | |
| **Community Impact**: Demonstrating a pattern of violation of community | |
| standards, including sustained inappropriate behavior, harassment of an | |
| individual, or aggression toward or disparagement of classes of individuals. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposing general code of conduct for open source repository
Summary by Sourcery
Add a Contributor Covenant Code of Conduct file to establish community behavior standards, enforcement procedures, and reporting guidelines.
Documentation: