瀏覽代碼

feat(docs) added CONTRIBUTING

dev0
Naman Jain 6 月之前
父節點
當前提交
cee13aa60d
No account linked to committer's email address
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20
    0
      CONTRIBUTING.md

+ 20
- 0
CONTRIBUTING.md 查看文件

@@ -0,0 +1,20 @@
1
+# Follow Our Updated Guide to See How You Can Contribute
2
+
3
+**Hello there! 👋**
4
+
5
+We're thrilled that you're eager to contribute to Lib Jitsi Meet! ❤️ 
6
+
7
+Your interest in improving our platform means a lot to us. To ensure your contributions align seamlessly with our goals and processes, we've recently updated our guide. This guide will provide you with clear instructions on how to get involved effectively.
8
+
9
+### 📖 Get Started
10
+
11
+Ready to get started? Head over to our [Jitsi Meet Handbook](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-contributing/) and let's make Lib Jitsi Meet even better together!
12
+
13
+### 💬 Join the Discussion
14
+
15
+Have questions or need help? Join our community discussions on the [Jitsi Forum](https://community.jitsi.org/) where contributors and maintainers can assist you.
16
+
17
+### ❗️Additional Note
18
+Before sending us your code, double-check that it meets our coding standards. You can do this by running a command: `npm run lint`. If there are any issues, don't worry! You can fix them by running: `npm run lint-fix`. Once your code passes these checks, feel free to submit your pull request.
19
+
20
+**Happy coding!**

Loading…
取消
儲存