diff --git a/docs/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 82% rename from docs/CONTRIBUTING.md rename to CONTRIBUTING.md index 70e9b003..d7884d78 100644 --- a/docs/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,15 +4,15 @@ Thank you for considering contributing to Dominion! We welcome contributions fro ## How to Contribute -### Reporting Bugs +### 🪲Reporting Bugs If you find a bug, please report it by opening an issue on our GitHub repository. Include as much detail as possible, including steps to reproduce the issue, the expected result, and the actual result. -### Suggesting Enhancements +### 💡Suggesting Enhancements We welcome suggestions for new features or improvements. Please open an issue on our GitHub repository and describe the enhancement you would like to see, why you think it would be useful, and any other relevant information. -### Translating +### 🌐Translating 1. Fork the repository. 2. Clone the repository to your local machine. @@ -26,8 +26,9 @@ We welcome suggestions for new features or improvements. Please open an issue on #### Documentation Documentations are located in the `docs` directory. Translate the files in the language you want to contribute to. - - If the language you want to translate to does not exist, create a new directory with the language code (e.g., `zh-cn` for Simplified Chinese). - - If the documentation is not up-to-date, please update it from the `zh-cn` directory. + +- If the language you want to translate to does not exist, create a new directory with the language code (e.g., `zh-cn` for Simplified Chinese). +- If the documentation is not up-to-date, please update it from the `zh-cn` directory. #### Plugin Messages @@ -36,7 +37,7 @@ The plugin messages are located in the `languages` directory. Translate the file - If the language you want to translate to does not exist, create a new file with the language code (e.g., `zh-cn.yml` for Simplified Chinese). - If the plugin messages are not up-to-date, please update them from the `zh-cn.yml` file. -## Getting Help +## 🫴Getting Help If you need help, feel free to ask questions by opening an issue on our GitHub repository.