fixed everything from trunk

This commit is contained in:
zurdi
2024-07-09 13:43:14 +02:00
parent 4bd6a121d6
commit f7b14b43d6
56 changed files with 482 additions and 722 deletions

View File

@@ -1,18 +1,18 @@
## Contributing to RomM
# Contributing to RomM
Thank you for considering contributing to RomM! This document outlines some guidelines to help you get started with your contributions.
**If you're looking to implement a large feature or make significant changes to the project, it's best to open an issue first AND join the Discord to discuss your ideas with the maintainers.**
### Code of Conduct
## Code of Conduct
Please note that this project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating in this project, you are expected to uphold this code.
### Contributing to the Wiki
## Contributing to the Wiki
If you would like to contribute to the project's [documentation](https://github.com/rommapp/romm/wiki), reach out to the maintainers to get edit access. We welcome any contributions that help improve the documentation (new pages, updates, or corrections).
### How to Contribute Code
## How to Contribute Code
1. Fork the repository.
2. Clone your forked repository: `git clone https://github.com/your-username/romm.git`
@@ -23,7 +23,7 @@ If you would like to contribute to the project's [documentation](https://github.
7. Push your changes to your fork: `git push origin feature-or-fix-name`
8. Open a pull request to the `master` branch of the original repository.
### Pull Request Guidelines
## Pull Request Guidelines
- Make sure your code follows the project's coding standards.
- Test your changes locally before opening a pull request.
@@ -31,7 +31,7 @@ If you would like to contribute to the project's [documentation](https://github.
- Ensure all existing tests pass, and add new tests for new functionality.
- Use clear and descriptive titles and descriptions for your pull requests.
### Code Style
## Code Style
Follow the existing code style used throughout the project. If working with VSCode or a similar editor, consider installing these extensions:
@@ -41,11 +41,11 @@ Follow the existing code style used throughout the project. If working with VSCo
- [Ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff)
- [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
### Issue Reporting
## Issue Reporting
If you encounter any bugs or have suggestions for improvements, please [create an issue](https://github.com/rommapp/romm/issues) on GitHub. Provide as much detail as possible, including steps to reproduce the issue if applicable.
### Licensing
## Licensing
By contributing to ROMM, you agree that your contributions will be licensed under the project's [LICENSE](LICENSE).