From 79832ee6453bc6d2fd782be9864086ae3d3b1b40 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:40:03 +0530 Subject: [PATCH 1/5] Create Code of Conduct.md --- Code of Conduct.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Code of Conduct.md diff --git a/Code of Conduct.md b/Code of Conduct.md new file mode 100644 index 0000000..8536ad2 --- /dev/null +++ b/Code of Conduct.md @@ -0,0 +1,68 @@ +Here’s the modified content for the `CODE_OF_CONDUCT.md` for the **OpenTekHub - Blockchain** project based on the details provided: + +--- + +# OpenTekHub - Blockchain Project Code of Conduct + +## Welcome + +Welcome to the Blockchain repository by OpenTekHub! This project is part of the **Winter of Blockchain (WoB)** initiative and aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved. + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +We pledge to act in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment include: + +- Demonstrating empathy and kindness toward others +- Being respectful of differing opinions, viewpoints, and experiences +- Gracefully accepting constructive feedback +- Apologizing when mistakes are made, and learning from the experience +- Focusing on what is best for the community + +Unacceptable behavior includes: + +- The use of sexualized language or imagery and unwelcome sexual attention +- Trolling, insulting/derogatory comments, and personal or political attacks +- Harassment in any form, including public or private harassment +- Publishing others’ private information without explicit permission +- Any other conduct which would reasonably be considered inappropriate in a professional setting + +## Project Specifics + +This repository focuses on building and implementing cryptocurrency features like **Cryptocurrency Price Prediction**. We encourage contributions that enhance the project and make it an educational platform for blockchain enthusiasts worldwide. + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing standards of acceptable behavior and will take appropriate corrective action in response to any unacceptable behavior. + +Leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct. They may also take action to address anything they deem inappropriate. + +## Scope + +This Code of Conduct applies to all spaces managed by OpenTekHub, including GitHub repositories, communication channels, and public spaces where individuals represent the community. + +## Reporting Violations + +Instances of abusive, harassing, or unacceptable behavior may be reported by contacting the community leaders at **peddinaharish2003@gmail.com**. All complaints will be reviewed and addressed promptly and fairly. + +## Enforcement Guidelines + +Community leaders will follow these guidelines to determine the consequences for violations of this Code of Conduct: + +1. **Correction**: A private warning about the violation with clarity on why the behavior was inappropriate. +2. **Warning**: A warning and temporary restrictions from interacting with the community. +3. **Temporary Ban**: A temporary ban for serious violations. +4. **Permanent Ban**: A permanent ban for repeated or severe violations. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). + +--- + +Feel free to make any final adjustments before adding it to the repository. Let me know if you need help with the next steps! From a7ad330505094c98340dda0e45be6a76542f25c5 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:42:08 +0530 Subject: [PATCH 2/5] Update Code of Conduct.md --- Code of Conduct.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Code of Conduct.md b/Code of Conduct.md index 8536ad2..7a45494 100644 --- a/Code of Conduct.md +++ b/Code of Conduct.md @@ -1,7 +1,3 @@ -Here’s the modified content for the `CODE_OF_CONDUCT.md` for the **OpenTekHub - Blockchain** project based on the details provided: - ---- - # OpenTekHub - Blockchain Project Code of Conduct ## Welcome @@ -62,7 +58,3 @@ Community leaders will follow these guidelines to determine the consequences for ## Attribution This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). - ---- - -Feel free to make any final adjustments before adding it to the repository. Let me know if you need help with the next steps! From aef2bb8c382ffbb6d2c1086f47d41087ec896697 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:45:02 +0530 Subject: [PATCH 3/5] Rename Code of Conduct.md to CODE OF CONDUCT.md --- Code of Conduct.md => CODE OF CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Code of Conduct.md => CODE OF CONDUCT.md (100%) diff --git a/Code of Conduct.md b/CODE OF CONDUCT.md similarity index 100% rename from Code of Conduct.md rename to CODE OF CONDUCT.md From a7e1f52ca3928c382d9892fdc396bb8ca32b92d8 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:45:33 +0530 Subject: [PATCH 4/5] Update CODE OF CONDUCT.md --- CODE OF CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE OF CONDUCT.md b/CODE OF CONDUCT.md index 7a45494..3882a8e 100644 --- a/CODE OF CONDUCT.md +++ b/CODE OF CONDUCT.md @@ -2,7 +2,7 @@ ## Welcome -Welcome to the Blockchain repository by OpenTekHub! This project is part of the **Winter of Blockchain (WoB)** initiative and aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved. +Welcome to the Blockchain repository by OpenTekHub! This project aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved. ## Our Pledge From a4fff03dfa0c2ebb4b67d0d6761bbb5defdc30f0 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:55:24 +0530 Subject: [PATCH 5/5] Rename CODE OF CONDUCT.md to CODE_OF_CONDUCT.md --- CODE OF CONDUCT.md => CODE_OF_CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODE OF CONDUCT.md => CODE_OF_CONDUCT.md (100%) diff --git a/CODE OF CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from CODE OF CONDUCT.md rename to CODE_OF_CONDUCT.md