From 66bc60afe8d46f6309a6f1b5986caa132a359f49 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Thu, 14 Sep 2023 17:41:33 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D=20add=20contributing.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29bb..226ea3b55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1,67 @@ +# Contributing to Biconomy Projects 🚀 + +First off, thank you for considering contributing to Biconomy! We truly appreciate your effort and contributions from the community are what make Biconomy awesome. 🙌 + +Your contributions are valued and will help in driving the decentralized web forward. + +> If you're passionate about our mission but can't contribute directly, there are other ways to support: +> - ⭐ Star our projects on GitHub +> - 🐦 [Tweet about Biconomy](https://twitter.com/biconomy/) +> - 📌 Reference Biconomy in your project's readme +> - 🗣️ Share about Biconomy at meetups or with peers + +## Table of Contents + +- [Contributing to Biconomy Projects 🚀](#contributing-to-biconomy-projects-) + - [Table of Contents](#table-of-contents) + - [Have a Question?](#have-a-question) + - [Ready to Contribute?](#ready-to-contribute) + - [Legal Notice 📜](#legal-notice-) + - [Reporting Bugs 🐛](#reporting-bugs-) + - [Suggesting Enhancements 💡](#suggesting-enhancements-) + - [First Time Contributing? 🌱](#first-time-contributing-) + - [Improving Documentation 📚](#improving-documentation-) + - [Style Guides 🎨](#style-guides-) + - [Commit Messages 📝](#commit-messages-) + - [Join Biconomy's Team! 🚀](#join-biconomys-team-) + +## Have a Question? + +Before reaching out, please ensure you've gone through our [Documentation](https://docs.biconomy.io/). If you still have questions: + +1. Search for existing [Issues](https://github.com/bcnmy/scw-contracts/issues) that might answer your question. +2. Check out our [Forum](https://forum.biconomy.io/). +3. Join our [Discord](https://discord.com/invite/biconomy) or [Telegram](https://t.me/biconomy) communities. + +If you still need assistance, feel free to open an [Issue](https://github.com/bcnmy/scw-contracts/issues/new) with your question. + +## Ready to Contribute? + +### Legal Notice 📜 +By contributing, you agree that you've authored your contribution and that it can be provided under the project's license. + +### Reporting Bugs 🐛 + +Before submitting a bug report, ensure you're using the latest version and that you've read our [documentation](https://docs.biconomy.io/). If you've identified a bug that hasn't been reported, open a new [Issue](https://github.com/bcnmy/scw-contracts/issues/new) detailing the bug. + +### Suggesting Enhancements 💡 + +Have a feature in mind? First, ensure it aligns with Biconomy's mission and hasn't been suggested before. Then, open an [Issue](https://github.com/bcnmy/scw-contracts/issues/new) to discuss your enhancement. + +### First Time Contributing? 🌱 + +Welcome! We're thrilled to have you. If you're unsure where to start, look for issues labeled `good first issue`. + +### Improving Documentation 📚 + +Good documentation is key! If you spot areas for improvement or errors in our documentation, we'd love your input. + +## Style Guides 🎨 + +### Commit Messages 📝 + +Ensure your commit messages are clear and descriptive. + +## Join Biconomy's Team! 🚀 + +Interested in joining our mission full-time? Check out our [current job openings](https://jobs.lever.co/biconomy). \ No newline at end of file From 63e1c822cb147756d48bdec5f51cb80d30b6384c Mon Sep 17 00:00:00 2001 From: aboudjem Date: Fri, 15 Sep 2023 13:51:40 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9D=20update=20comment=20with=20li?= =?UTF-8?q?nk=20to=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 226ea3b55..a01209c7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Welcome! We're thrilled to have you. If you're unsure where to start, look for i ### Improving Documentation 📚 -Good documentation is key! If you spot areas for improvement or errors in our documentation, we'd love your input. +Good documentation is key! If you spot areas for improvement or errors in our documentation, we'd love your input. If you wish to suggest changes, feel free to raise a PR on our [documentation repository](https://github.com/bcnmy/docs). ## Style Guides 🎨 From d395be2b1c5f4bcec44b4ccc3c9ca9f9152fa9c6 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Fri, 15 Sep 2023 20:10:26 +0700 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=8E=A8=20remove=20style=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a01209c7e..a0c7d7050 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,6 @@ Your contributions are valued and will help in driving the decentralized web for - [Suggesting Enhancements 💡](#suggesting-enhancements-) - [First Time Contributing? 🌱](#first-time-contributing-) - [Improving Documentation 📚](#improving-documentation-) - - [Style Guides 🎨](#style-guides-) - [Commit Messages 📝](#commit-messages-) - [Join Biconomy's Team! 🚀](#join-biconomys-team-) @@ -56,8 +55,6 @@ Welcome! We're thrilled to have you. If you're unsure where to start, look for i Good documentation is key! If you spot areas for improvement or errors in our documentation, we'd love your input. If you wish to suggest changes, feel free to raise a PR on our [documentation repository](https://github.com/bcnmy/docs). -## Style Guides 🎨 - ### Commit Messages 📝 Ensure your commit messages are clear and descriptive.