This product, including its design and code, is our intellectual property. Any attempt to replicate, clone, or steal our design and/or code will be considered a violation of our rights. You will be held responsible for any legal consequences that arise from such actions. We will also pursue legal action and file complaints against any individual or entity attempting to copy our work.
We, as members, contributors, and leaders, pledge to create a harassment-free environment in our community. This includes promoting respect for individuals regardless of their background, appearance, identity, experience, or other personal characteristics.
We are committed to fostering a community that is inclusive, welcoming, and healthy for all participants.
The following behaviors help ensure a positive environment:
- Demonstrating empathy and kindness toward others
- Respecting differing opinions and experiences
- Giving and accepting constructive feedback graciously
- Accepting responsibility for mistakes and learning from them
- Focusing on the community’s well-being as a whole
Unacceptable behaviors include:
- Sexualized language or imagery, sexual advances, or harassment
- Trolling, insults, derogatory comments, and personal attacks
- Harassment, both public and private
- Publishing private information without permission
- Copying or cloning our designs and code
Community leaders are responsible for enforcing the standards of acceptable behavior. They have the right to remove, edit, or reject contributions (comments, code, commits, etc.) that violate these standards and will explain moderation actions when necessary.
This Code of Conduct applies to all community spaces and interactions. It also applies when representing the community in public spaces, such as official emails or social media accounts.
Instances of abuse, harassment, or other unacceptable behavior can be reported to the community leaders at abhishek9661342993@gmail.com. All reports will be taken seriously and investigated promptly and fairly.
The following steps outline the consequences for violating the Code of Conduct:
Community Impact: Use of inappropriate language or unprofessional behavior.
Consequence: A private warning, explaining the nature of the violation. A public apology may be required.
Community Impact: A violation through a series of actions or a single incident.
Consequence: A formal warning and temporary suspension from interacting within the community.
Community Impact: A serious or sustained violation of community standards.
Consequence: A temporary ban from all community interactions for a specified period.
Community Impact: A pattern of violations, including harassment or aggression.
Consequence: A permanent ban from all community activities and interactions.
-
Branch Naming Conventions:
- Clear examples of naming conventions (
bugfix/,feature/,doc/,modified/,other/). - The instructions emphasize consistent and descriptive naming for easier identification of changes.
- Clear examples of naming conventions (
-
Steps to Create a Branch:
- Step-by-step guidance for creating a new branch in Git.
- Example commands to help users who may be unfamiliar with Git operations.
-
How to Handle Modifications:
- Added instructions for creating branches related to modifications
like messages, which follow the structure
modified/[pageName]/[message]. - Example:
modified/homepage/update-welcome-message.
- Added instructions for creating branches related to modifications
like messages, which follow the structure
-
Commit Message Format:
- Emphasized the importance of clear and consistent commit messages for better readability and traceability.
-
Format Code:
- Always Format Code After Push code use Pritter to format Code
$ npm run format
-
Clean Cole:
- Always Write Clean Code and Follow Proper File Structute