Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.63 KB

File metadata and controls

53 lines (38 loc) · 1.63 KB

Contributing to Nexory Projects

Thank you for contributing to our projects! This guide helps us keep everything clean, organized, and easy to understand.


1️⃣ General Rules

  • Fork the repository before making changes.
  • Work in your own feature branch, not directly in the main branch.
  • Write clear and meaningful commit messages.
  • Make sure your code follows the existing code style.

2️⃣ Branch Strategy

  • main – stable production code
  • testbereich – bug fixes and testing new features
  • Keep branch names short and descriptive.

3️⃣ Pull Requests (PR)

  1. Push your changes to your feature branch.
  2. Open a pull request (PR) targeting testing area.
  3. Clearly describe what was changed and why.
  4. Ensure there are no errors or merge conflicts.
  5. A PR will only be merged after review by an Administrator or Owner.

4️⃣ Issues

  • Create an issue before opening a PR if you are proposing a new feature or bug fix.
  • Describe the problem or improvement as clearly as possible.

5️⃣ Code Style

  • HTML / CSS / JS: Follow common best practices and the existing project style.
  • PHP: Use clean and readable syntax and follow existing conventions.
  • Add comments where the code is not immediately understandable.
  • Remove unnecessary debug output before merging.

6️⃣ Tests

  • Add new tests for your features or bug fixes whenever possible.
  • Make sure existing tests do not fail.

7️⃣ Thank You!

We appreciate every contribution!
With your help, Nexory becomes better, cleaner, and more professional. 🚀