fixes etc

This commit is contained in:
Nordi98 2025-06-12 03:36:12 +02:00
parent 4a0c8c6204
commit 453b281a4b
644 changed files with 1907 additions and 2456 deletions

View file

@ -0,0 +1,47 @@
# RPEmotes - Contributing Guidelines
Thank you for considering contributing to our project! We value the involvement of every community member and appreciate your help in making this project better. To ensure a positive and inclusive experience for everyone, we have established these guidelines, which we expect all contributors to follow.
## Code of Conduct
Before contributing, please review our [Code of Conduct](CODE_OF_CONDUCT.md) to understand the expected behavior and our commitment to maintaining a respectful and inclusive environment.
## How to Contribute
1. Fork the repository and create your branch from the `master` branch.
2. Ensure that your code follows our coding conventions and style guidelines.
3. Make your changes, including tests if applicable, and ensure that the code compiles successfully.
4. Commit your changes and provide a clear and descriptive commit message.
5. Push your branch to your forked repository.
6. Submit a pull request to the `master` branch of the main repository.
7. Be responsive to any feedback or questions that may arise during the review process.
## Communication
- If you have questions or need clarification, feel free to open an issue in the repository.
- Use respectful and inclusive language in all communications.
- Be open to feedback and be constructive in your responses.
## Reporting Issues
- If you encounter any issues or have suggestions for improvement, please check the issue tracker to see if it has already been reported.
- If the issue is new, feel free to open a new issue, providing a clear and descriptive title and description.
- Include as much relevant information as possible to help us understand and address the issue more efficiently.
- Be respectful to others when commenting on existing issues.
## Pull Request Guidelines
- Before submitting a pull request, make sure that your changes address the problem or feature request effectively.
- Provide a clear and descriptive title for your pull request.
- Include a summary of the changes made and any additional information that may be helpful for the reviewer.
- Ensure that your code is well-documented and tested, when applicable.
- Be open to feedback and be responsive to any requests for changes or improvements.
## Attribution
These Contributing Guidelines are adapted from the [Open Source Guide](https://opensource.guide/), available at [https://opensource.guide/starting-a-project/#writing-contributor-guidelines](https://opensource.guide/starting-a-project/#writing-contributor-guidelines).
## Acknowledgment
We appreciate the time and effort you put into contributing to this project. Your contributions help make this project better for everyone involved. Thank you for being a part of our community!

View file

@ -0,0 +1,14 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: popcornrp
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View file

@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behaviour**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,16 @@
---
name: Feature Request
about: Looking for a feature to be added? Use this template!
title: ''
labels: ''
assignees: ''
---
**Describe the Feature**
A clear and concise description of what the feature is and how it will function and improve remotes-reborn.
**Example/Mock up**
An image or mockup of how it would look for function.
**Additional context**
Add any other context that might be useful.