2025-03-07 11:37:19 +01:00
# 📝 Code of Conduct & Best Practices
2025-03-07 11:51:54 +01:00
This document defines the **principles and guidelines** for the use of **ProxMenux** , aiming to foster **respect, collaboration, and security** in development.
2025-03-07 11:37:19 +01:00
## 📌 1. Code Attribution & Recognition
2025-03-07 11:51:54 +01:00
- If **scripts, code snippets, or ideas** from other repositories or developers are used, the original author will always be credited.
- A comment will be added in the code or documentation mentioning the source and linking to the original repository if possible.
- When using code with a specific **license** , its terms must be respected.
2025-03-07 11:37:19 +01:00
### ✅ Example of proper attribution in code:
2025-03-07 11:42:41 +01:00
```bash
2025-03-07 11:43:15 +01:00
# Script based on the work of [Author] at [Repository Link]
2025-03-07 11:42:41 +01:00
```
2025-03-07 11:37:19 +01:00
## 🔒 2. Security & Code Responsibility
2025-03-07 11:55:25 +01:00
- All code in this repository follows secure development best practices.
- Contributions introducing intentional vulnerabilities or unsafe practices are not allowed.
- Scripts should never compromise system security or user data.
- Before implementation, contributions should be reviewed to ensure security and stability.
2025-03-07 11:37:19 +01:00
2025-03-07 11:55:25 +01:00
### ⚠️ Responsible Disclosure of Vulnerabilities
2025-03-07 11:37:19 +01:00
2025-03-07 11:55:25 +01:00
If you discover a security vulnerability, DO NOT report it in public Issues or forums.
2025-03-07 11:40:00 +01:00
2025-03-07 11:55:25 +01:00
Instead, please report it privately via email:
2025-03-07 11:55:47 +01:00
2025-03-07 11:55:25 +01:00
📧 proxmenux@macrimi .pro
2025-03-07 11:37:19 +01:00
2025-05-30 11:07:26 +02:00
For detailed information on security vulnerabilities and how to report them, please refer to our [Security Policy ](./SECURITY.md ).
2025-03-07 11:37:19 +01:00
## 🤝 3. Community Guidelines
To maintain a respectful and professional environment, all users must follow these guidelines:
- ✅ Be respectful and constructive in discussions.
- ❌ No harassment, hate speech, or offensive behavior will be tolerated.
- ✅ Provide feedback professionally, avoiding personal attacks.
- ❌ Violating these guidelines may result in warnings or bans, depending on severity.
2025-03-07 11:38:51 +01:00
2025-03-07 11:39:27 +01:00
##
2025-03-07 11:38:51 +01:00
2025-03-07 11:37:19 +01:00
With this document, we promote ethical code use, security awareness, and a respectful community.
2025-03-07 11:38:51 +01:00
📢 Let's build something great, together!