From 1c0aa66c1d2b29ee0f10bb4516b9821edf67b5b3 Mon Sep 17 00:00:00 2001 From: Anush Kamble Date: Fri, 22 May 2026 17:23:40 +0530 Subject: [PATCH 1/3] docs: add Code of Conduct --- CODE_OF_CONDUCT.md | 177 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 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..9c118c5 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,177 @@ +# Code of Conduct + +## 🌟 Our Promise + +We’re building RestroHub as a welcoming, inclusive, and collaborative open-source project for everyone interested in restaurant technology, web development, and open-source contribution. + +Whether you're a beginner making your first pull request or an experienced developer, every contributor deserves respect and support. + +This repository is part of GSSoC 2026, where contributors learn, collaborate, and grow through meaningful open-source contributions. + +--- + +## 🀝 Expected Behavior + +We expect contributors to: + +- Be respectful and supportive toward other contributors +- Help beginners and encourage learning +- Provide constructive and professional feedback +- Write clean, maintainable, and well-documented code +- Communicate clearly in issues, pull requests, and discussions +- Respect different perspectives and experiences + +--- + +## 🚫 Unacceptable Behavior + +The following behavior will not be tolerated: + +- Harassment, discrimination, or hateful conduct +- Personal attacks, insults, or toxic behavior +- Spamming, trolling, or intentionally disruptive actions +- Plagiarism or submitting copied work without proper credit +- Sharing private or sensitive information without permission +- Misleading, low-quality, or intentionally harmful contributions + +--- + +## πŸ’» Contribution Guidelines + +To maintain project quality, contributors are encouraged to: + +- Follow the existing project structure and coding standards +- Test changes before submitting pull requests +- Keep pull requests focused and relevant +- Use clear and meaningful commit messages +- Respect maintainer feedback and review decisions + +--- + +## πŸ“Œ Scope + +This Code of Conduct applies to: + +- GitHub issues +- Pull requests +- Discussions +- Project communication channels +- GSSoC-related interactions connected to this repository + +--- + +## βš–οΈ Maintainer Responsibilities + +Project maintainers are responsible for: + +- Reviewing contributions fairly and respectfully +- Maintaining a healthy and welcoming environment +- Addressing inappropriate behavior when necessary +- Guiding contributors whenever possible + +Maintainers may remove comments, reject pull requests, or restrict participation if this Code of Conduct is violated. + +--- + +## πŸ“£ Reporting Issues + +If you experience or witness unacceptable behavior, please report it to the project maintainers through GitHub discussions, issues, or direct communication. + +All reports will be handled respectfully and reviewed carefully. + +--- + +## ❀️ Our Goal + +RestroHub aims to build an open, beginner-friendly, and scalable restaurant management platform while fostering a positive and collaborative open-source community. + +Happy Contributing πŸš€ + +# Code of Conduct + +## 🌟 Our Promise + +We’re building RestroHub as a welcoming, inclusive, and collaborative open-source project for everyone interested in restaurant technology, web development, and open-source contribution. + +Whether you're a beginner making your first pull request or an experienced developer, every contributor deserves respect and support. + +This repository is part of GSSoC 2026, where contributors learn, collaborate, and grow through meaningful open-source contributions. + +--- + +## 🀝 Expected Behavior + +We expect contributors to: + +- Be respectful and supportive toward other contributors +- Help beginners and encourage learning +- Provide constructive and professional feedback +- Write clean, maintainable, and well-documented code +- Communicate clearly in issues, pull requests, and discussions +- Respect different perspectives and experiences + +--- + +## 🚫 Unacceptable Behavior + +The following behavior will not be tolerated: + +- Harassment, discrimination, or hateful conduct +- Personal attacks, insults, or toxic behavior +- Spamming, trolling, or intentionally disruptive actions +- Plagiarism or submitting copied work without proper credit +- Sharing private or sensitive information without permission +- Misleading, low-quality, or intentionally harmful contributions + +--- + +## πŸ’» Contribution Guidelines + +To maintain project quality, contributors are encouraged to: + +- Follow the existing project structure and coding standards +- Test changes before submitting pull requests +- Keep pull requests focused and relevant +- Use clear and meaningful commit messages +- Respect maintainer feedback and review decisions + +--- + +## πŸ“Œ Scope + +This Code of Conduct applies to: + +- GitHub issues +- Pull requests +- Discussions +- Project communication channels +- GSSoC-related interactions connected to this repository + +--- + +## βš–οΈ Maintainer Responsibilities + +Project maintainers are responsible for: + +- Reviewing contributions fairly and respectfully +- Maintaining a healthy and welcoming environment +- Addressing inappropriate behavior when necessary +- Guiding contributors whenever possible + +Maintainers may remove comments, reject pull requests, or restrict participation if this Code of Conduct is violated. + +--- + +## πŸ“£ Reporting Issues + +If you experience or witness unacceptable behavior, please report it to the project maintainers through GitHub discussions, issues, or direct communication. + +All reports will be handled respectfully and reviewed carefully. + +--- + +## ❀️ Our Goal + +RestroHub aims to build an open, beginner-friendly, and scalable restaurant management platform while fostering a positive and collaborative open-source community. + +Happy Contributing πŸš€ \ No newline at end of file From cf84d38af8e2df56ea70fc6c50dabddf82a4fd55 Mon Sep 17 00:00:00 2001 From: AnushKamble <39402118+AnushKamble@users.noreply.github.com> Date: Sun, 24 May 2026 20:45:18 +0530 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9c118c5..659c9b2 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -87,18 +87,6 @@ RestroHub aims to build an open, beginner-friendly, and scalable restaurant mana Happy Contributing πŸš€ -# Code of Conduct - -## 🌟 Our Promise - -We’re building RestroHub as a welcoming, inclusive, and collaborative open-source project for everyone interested in restaurant technology, web development, and open-source contribution. - -Whether you're a beginner making your first pull request or an experienced developer, every contributor deserves respect and support. - -This repository is part of GSSoC 2026, where contributors learn, collaborate, and grow through meaningful open-source contributions. - ---- - ## 🀝 Expected Behavior We expect contributors to: From 657ff1b0cc1bdc5fc61c232791435aa5ef3a4080 Mon Sep 17 00:00:00 2001 From: AnushKamble <39402118+AnushKamble@users.noreply.github.com> Date: Sun, 24 May 2026 20:55:17 +0530 Subject: [PATCH 3/3] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 659c9b2..2718983 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -152,9 +152,9 @@ Maintainers may remove comments, reject pull requests, or restrict participation ## πŸ“£ Reporting Issues -If you experience or witness unacceptable behavior, please report it to the project maintainers through GitHub discussions, issues, or direct communication. +If you experience or witness unacceptable behavior, please report it privately to the project maintainers through direct communication or email where possible. -All reports will be handled respectfully and reviewed carefully. +Please avoid sharing sensitive incidents publicly through GitHub issues or discussions. --- @@ -162,4 +162,13 @@ All reports will be handled respectfully and reviewed carefully. RestroHub aims to build an open, beginner-friendly, and scalable restaurant management platform while fostering a positive and collaborative open-source community. -Happy Contributing πŸš€ \ No newline at end of file +Happy Contributing πŸš€ + +--- + +## πŸ“– Attribution + +This Code of Conduct is inspired by the Contributor Covenant, version 2.1. + +For more information, visit: +https://www.contributor-covenant.org/version/2/1/code_of_conduct/