浏览代码

refactor: Refactor contribution guide for clarity and structure

Improved readability and consistency by updating phrases and link texts. Adjusted section headers to better organize content. Added new headers for various contribution types and moved relevant information under them. Included links to detailed contribution guides.
Vaclav Elias 1 年之前
父节点
当前提交
309a128679
共有 1 个文件被更改,包括 24 次插入15 次删除
  1. 24 15
      en/contributors/index.md

+ 24 - 15
en/contributors/index.md

@@ -1,40 +1,49 @@
 # Ways to contribute
 
-Stride is a non-profit, community-driven, free and open source project.
+Stride is a non-profit, community-driven, free, and open-source project.
 
 There are no full-time developers dedicated solely to Stride's advancement; instead, the engine progresses through the voluntary contributions of both the [core team](core-team.md) and the broader community.
 
-In order to thrive, Stride requires the help from other community members. There are various ways you can help:
+In order to thrive, Stride requires help from other community members. There are various ways you can help:
 
-### [Community activity](https://discord.gg/f6aerfE)🤝
+## 🤝 Community activity
 
-To make Stride better, just use it and tell others about it in your blogs, videos, and events. Get involved in discussions on [Discord](https://discord.gg/f6aerfE) and [GitHub Discussion](https://github.com/stride3d/stride/discussions). Being a user and spreading the word is vital for our engine, as we don't have a big marketing budget and rely on the community to grow.
+To make Stride better, just use it and tell others about it in your blogs, videos, and events. Get involved in discussions on [Discord](https://discord.gg/f6aerfE) and [GitHub Discussions](https://github.com/stride3d/stride/discussions). Being a user and spreading the word is vital for our engine, as we don't have a big marketing budget and rely on the community to grow.
 
-### [Make games](https://github.com/stride3d/stride/wiki/Community-Projects) 🕹️
+## 🕹️ Make games
 
 The best way to promote Stride is by creating a cool demo or, even better, a full game. Having people see and play an actual game made with Stride is the most effective form of advertisement.
 
-### [Donate](donate.md) 💸
+You can showcase your projects on our [Community Projects](https://github.com/stride3d/stride/wiki/Community-Projects) page.
 
-We utilize Open Collective for fundraising. The funds collected are allocated towards bug bounties and compensating individuals contracted for paid work.
+## 💸 Donate
 
-### [Submit bug reports](https://github.com/stride3d/stride/issues) 🐛
+We utilize [Open Collective](donate.md) for fundraising. The funds collected are allocated towards bug bounties and compensating individuals contracted for paid work.
 
-Making Stride more stable greatly improves usability and user satisfaction. So if you encounter a bug during development, please contribute by reporting it on [GitHub](https://github.com/stride3d/stride/issues).
+## 🐛 Submit bug reports
 
-### [PR reviews](https://github.com/stride3d/stride/pulls) 🔭
+Making Stride more stable greatly improves usability and user satisfaction. If you encounter a bug during development, please contribute by reporting it on [GitHub](https://github.com/stride3d/stride/issues).
+
+## 🔭 PR reviews
 
 Contributing to Pull Requests (PRs) is excellent as it enables active participation without local builds. Reviewing and offering feedback in this collaborative process enhances code quality and maintains project standards, fostering a sense of community and knowledge sharing.
 
-### [Contribute code](engine/index.md) 🤖
+You can find open PRs [here](https://github.com/stride3d/stride/pulls).
+
+## 🤖 Contribute code
 
 If you're passionate about C# and want to contribute by building features or fixing bugs in Stride, dive into the source code and get involved!
-Have a look at the GitHub issues label [Good first issue](https://github.com/stride3d/stride/labels/good%20first%20issue) or funded [Open Collective projects](https://opencollective.com/stride3d/projects)
 
-### [Contribute to Documentation](documentation/index.md) 🪶
+Have a look at GitHub issues labelled [Good first issue](https://github.com/stride3d/stride/labels/good%20first%20issue) or funded [Open Collective projects](https://opencollective.com/stride3d/projects).
+
+## 🪶 Contribute to documentation
 
 Enhance the official documentation and tutorials by expanding the manual or creating textual/video guides. Your contributions will greatly improve accessibility and understanding for users.
 
-### [Contribute to Website](website/index.md) 🌐
+Learn more about how to contribute to the docs [here](documentation/index.md).
+
+## 🌐 Contribute to the website
+
+Enhance the official Stride website. Is design more your thing, or do you have an interesting blog post? It will all help us spread the word about Stride.
 
-Enhance the official Stride website. Is design more your thing, or do you have an interesting blog post? It will all help us spread the word of Stride.
+Find out how to contribute to the website [here](website/index.md).