|
1 | 1 | # Contributing Guidelines |
2 | 2 |
|
3 | | -🎉 First of all, thanks for taking the time to contribute! 🎉 |
| 3 | +🎉 **First of all, thanks for taking the time to contribute!** 🎉 |
4 | 4 |
|
5 | 5 | The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. |
6 | 6 |
|
7 | | -## Code of Conduct |
| 7 | +## Code of Conduct 📜 |
8 | 8 |
|
9 | | -This project and everyone participating in it is governed by a [Code of Conduct](https://github.com/web3community/devprotcol.xyz/blob/main/code_of_conduct.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [@vinzvinci](https://github.com/vinzvinci) |
| 9 | +This project and everyone participating in it is governed by a [Code of Conduct](https://github.com/web3community/devprotcol.xyz/blob/main/code_of_conduct.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [@vinzvinci](https://github.com/vinzvinci) or in our [Discord server](https://discord.gg/TSRwqx4K2v). |
10 | 10 |
|
11 | | -## How Can I Contribute? |
| 11 | +## How can I contribute? 🤔 |
12 | 12 |
|
13 | | -### Reporting Bugs |
| 13 | +### Reporting Bugs 💣 |
14 | 14 |
|
15 | 15 | This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report 📝, reproduce the behavior 💻 💻, and find related reports 🔎. |
16 | 16 |
|
17 | 17 | Since the new GitHub Issue forms we only suggest you to include most information possible. But you can also **Perform a [cursory search](https://github.com/web3community/devprotocol.xyz/issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. |
18 | 18 |
|
19 | 19 | > **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one. |
20 | 20 |
|
21 | | -### Suggesting Enhancements |
| 21 | +### Suggesting Enhancements 🛠 |
22 | 22 |
|
23 | 23 | This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion 📝 and find related suggestions 🔎. |
24 | 24 |
|
25 | 25 | Since the new GitHub Issue forms we only suggest you to include most information possible. But you can also **Perform a [cursory search](https://github.com/web3community/devprotocol.xyz/issues)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. |
26 | 26 |
|
27 | 27 | > **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one. |
28 | 28 |
|
29 | | -### Your First Code Contribution |
| 29 | +### Your First Code Contribution 🟩 |
30 | 30 |
|
31 | 31 | Unsure where to begin contributing to this project? You can start by looking through these `beginner` and `help-wanted` issues: |
32 | 32 |
|
33 | 33 | - [Beginner issues](https://github.com/web3community/devprotocol.xyz/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) - issues which should only require a few lines of code, and a test or two. |
34 | 34 | - [Help wanted issues](https://github.com/web3community/devprotocol.xyz/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - issues which should be a bit more involved than `beginner` issues. |
35 | 35 |
|
36 | | -### Pull Requests |
| 36 | +### Pull Requests 📣 |
37 | 37 |
|
38 | 38 | The process described here has several goals: |
39 | 39 |
|
@@ -113,18 +113,18 @@ git push origin your-branch-name |
113 | 113 |
|
114 | 114 | ## Hacktoberfest Guidelines 🌳 |
115 | 115 |
|
116 | | -#### Good Practice |
| 116 | +#### Good Practice ✅ |
117 | 117 |
|
118 | 118 | - Comment on the issue to get assigned |
119 | 119 | - Create an issue before you make a Pull Request |
120 | 120 |
|
121 | | -#### Bad Practice |
| 121 | +#### Bad Practice ❌ |
122 | 122 |
|
123 | 123 | - Creating pull requests without issue assignment will not be accepted and will be closed. |
124 | 124 |
|
125 | 125 | After this, the project maintainers will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes. |
126 | 126 |
|
127 | | -## Web3Community |
| 127 | +## Web3Community 🌐 |
128 | 128 |
|
129 | 129 | 😕 Not sure where to start? Join our community on [Discord](https://discord.gg/37QFQ7J78B) |
130 | 130 | ✨ You can also take part in [Community Discussion](https://github.com/web3community/devprotocol.xyz/discussions) |
0 commit comments