Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaysomani07 committed Feb 27, 2023
2 parents 0dfc0c7 + f817c62 commit 2690027
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,35 @@
## Code of Conduct

CloudLens is committed to creating a safe and welcoming community for all users. We expect everyone to follow our code of conduct when interacting with others within our community, including on our website, forums, GitHub repository, and other communication channels.

## Our Values
At CloudLens, we value:
* Inclusivity and diversity
* Kindness and respect towards others
* Openness to learning and growth
* Clear and effective communication

### Expected Behavior
We expect everyone in our community to:
* Be respectful and considerate towards others, regardless of their backgrounds or identities.
* Refrain from making personal attacks, insults, or derogatory comments towards others.
* Respect others' opinions and perspectives, even if they differ from your own.
* Avoid using harmful language, including hate speech, discriminatory language, or offensive jokes.
* Listen actively and attentively to others and communicate clearly and respectfully in turn.
* Be open to constructive feedback and willing to learn and grow from it.
* Take responsibility for your own actions and the impact they may have on others.

## Unacceptable Behavior
The following behaviors are considered unacceptable in our community and will not be tolerated:
* Discrimination or harassment based on race, gender, sexual orientation, religion, or any other personal characteristic.
* Intimidation, threats, or violence towards others.
* Offensive or inappropriate images, language, or behavior.
* Sexual harassment or any other form of sexual misconduct.
* Deliberate disruption or trolling of conversations or events.
* Any other behavior that is deemed harmful, disrespectful, or disruptive to others in our community.

### Enforcement
If you believe someone is violating our code of conduct, please notify the CloudLens team immediately at [contact@one2n.in](mailto:contact@one2n.in). All reports will be investigated promptly and confidentially. We may take any appropriate action, including warning the offender, banning them from our community, or contacting law enforcement if necessary.

## Attribution
This code of conduct is based on the Atom and React GitHub profiles, as well as the Contributor Covenant version 2.0.
52 changes: 52 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,52 @@
# Contributing to CloudLens

Thank you for considering contributing to CloudLens! We welcome contributions from anyone, regardless of their level of experience or expertise. By contributing, you can help us improve our terminal UI for AWS and make it more useful for our users.

## Getting Started

To get started with contributing to CloudLens, you should:

1. Fork the CloudLens repository on GitHub.
2. Clone your fork to your local machine using `git clone`.
3. Create a new branch for your changes using `git checkout -b`.
4. Make your changes to the code or documentation.
5. Test your changes to ensure they work as intended.
6. Commit your changes using `git commit`.
7. Push your changes to your fork using `git push`.
8. Open a pull request on the CloudLens repository.

## Types of Contributions

We welcome the following types of contributions to CloudLens:

- Bug reports and fixes
- Feature requests and implementations
- Documentation improvements
- Code reviews and feedback
- Translations of the user interface

## Reporting Issues

If you encounter a bug or issue with CloudLens, please report it on our GitHub issues page. To ensure that we can reproduce the issue and fix it quickly, please include:

- A detailed description of the problem
- Steps to reproduce the problem
- Any error messages or logs that were generated
- Any additional information that may be relevant

## Code Reviews and Feedback

All contributions to CloudLens are reviewed by other members of the community before they are merged. We welcome feedback on code changes and suggestions for improvements. When reviewing code, please:

- Be respectful and considerate towards the contributor.
- Focus on the code itself, not the person who wrote it.
- Provide specific and actionable feedback that the contributor can use to improve their code.
- Acknowledge and appreciate the effort and time that the contributor has put into the contribution.

## Licensing

All contributions to CloudLens are subject to the project's license. By contributing, you agree to license your contributions under the same terms as the project. If you are contributing on behalf of your employer, you must ensure that they agree to license your contributions under the project's license.

## Attribution

This `contribution.md` file is based on various GitHub projects, including the Flask, Django, and Atom projects.

0 comments on commit 2690027

Please sign in to comment.