浏览代码

fix(docs) update contributing

j25
Naman Jain 6 个月前
父节点
当前提交
fe1f858ef9
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 10 次插入4 次删除
  1. 10
    4
      CONTRIBUTING.md

+ 10
- 4
CONTRIBUTING.md 查看文件

@@ -1,14 +1,20 @@
1 1
 # Follow Our Updated Guide to See How You Can Contribute
2 2
 
3
-Hello there! 👋
3
+**Hello there! 👋**
4 4
 
5
-We're thrilled that you're eager to contribute to Jitsi Meet! ❤️ 
5
+We're thrilled that you're eager to contribute to **Jitsi Meet! ❤️** 
6 6
 
7 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 8
 
9
-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 Jitsi Meet even better together!
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 **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.
10 16
 
11 17
 ### ❗️Additional Note
12 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.
13 19
 
14
-Happy coding!
20
+**Happy coding!**

正在加载...
取消
保存