|
1 | | -# ⚠️ Pull Requests Not Accepted |
| 1 | +# 🎉 Pull Request |
2 | 2 |
|
3 | | -## Proprietary Software Notice |
| 3 | +## Description |
4 | 4 |
|
5 | | -**SomonScript is proprietary software** owned by LindenTech IT Consulting. |
| 5 | +<!-- Provide a clear and concise description of your changes --> |
6 | 6 |
|
7 | | -### 🚫 **Code Contributions Are Not Permitted** |
| 7 | +## Type of Change |
8 | 8 |
|
9 | | -This repository **does not accept pull requests** due to our proprietary license |
10 | | -terms. The following activities are prohibited: |
| 9 | +<!-- Please check the relevant option(s) --> |
11 | 10 |
|
12 | | -- ❌ **Forking** or redistributing the SomonScript codebase |
13 | | -- ❌ **Modifying** the SomonScript source code or creating derivative works |
14 | | -- ❌ **Contributing code changes** or pull requests to the repository |
15 | | -- ❌ **Creating competing** programming languages based on SomonScript |
| 11 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 12 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 13 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality |
| 14 | + to not work as expected) |
| 15 | +- [ ] 📚 Documentation update |
| 16 | +- [ ] 🔧 Configuration/build changes |
| 17 | +- [ ] ✅ Test improvements |
| 18 | +- [ ] ♻️ Code refactoring (no functional changes) |
16 | 19 |
|
17 | | -### ✅ **How to Report Issues Instead** |
| 20 | +## Related Issue |
18 | 21 |
|
19 | | -If you've encountered a bug or have a feature suggestion, please: |
| 22 | +<!-- Link to the issue this PR addresses, if applicable --> |
20 | 23 |
|
21 | | -1. **🐛 Report bugs** via |
22 | | - [GitHub Issues](https://github.com/lindentechde/Somon-Script/issues) |
23 | | -2. **💡 Request features** through issue discussions |
24 | | -3. **📞 Contact us** at **info@lindentech.de** for business inquiries |
| 24 | +Fixes #(issue number) |
25 | 25 |
|
26 | | -### 📋 **Legal Information** |
| 26 | +## Changes Made |
27 | 27 |
|
28 | | -- **License:** Proprietary (see [LICENSE](../LICENSE) file) |
29 | | -- **Owner:** LindenTech IT Consulting |
| 28 | +<!-- List the specific changes you made --> |
| 29 | + |
| 30 | +- |
| 31 | +- |
| 32 | +- |
| 33 | + |
| 34 | +## Testing |
| 35 | + |
| 36 | +<!-- Describe how you tested your changes --> |
| 37 | + |
| 38 | +- [ ] All existing tests pass (`npm test`) |
| 39 | +- [ ] Added new tests for the changes |
| 40 | +- [ ] Tested manually with examples |
| 41 | +- [ ] Linting passes (`npm run lint`) |
| 42 | +- [ ] Type checking passes (`npm run type-check`) |
| 43 | + |
| 44 | +## Checklist |
| 45 | + |
| 46 | +<!-- Please check all applicable items --> |
| 47 | + |
| 48 | +- [ ] My code follows the project's code style guidelines |
| 49 | +- [ ] I have performed a self-review of my own code |
| 50 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 51 | +- [ ] I have made corresponding changes to the documentation |
| 52 | +- [ ] My changes generate no new warnings or errors |
| 53 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 54 | +- [ ] New and existing unit tests pass locally with my changes |
| 55 | +- [ ] Any dependent changes have been merged and published |
| 56 | + |
| 57 | +## Additional Context |
| 58 | + |
| 59 | +<!-- Add any other context, screenshots, or information about the PR here --> |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +## 📋 License Information |
| 64 | + |
| 65 | +**SomonScript** is open source software licensed under the **MIT License**. |
| 66 | + |
| 67 | +- **License:** MIT (see [LICENSE](../LICENSE) file) |
| 68 | +- **Copyright:** © 2025 LindenTech IT Consulting |
30 | 69 | - **Contact:** info@lindentech.de |
31 | 70 |
|
32 | | -For complete licensing terms and permitted uses, please review: |
| 71 | +By submitting this pull request, you agree that your contributions will be |
| 72 | +licensed under the MIT License. |
| 73 | + |
| 74 | +For contribution guidelines, please review: |
33 | 75 |
|
34 | | -- [LICENSE](../LICENSE) - Complete legal terms |
35 | | -- [AUTHORS.md](../AUTHORS.md) - Ownership and participation guidelines |
36 | | -- [CONTRIBUTING.md](../CONTRIBUTING.md) - Community engagement guidelines |
| 76 | +- [CONTRIBUTING.md](../CONTRIBUTING.md) - Community engagement and contribution |
| 77 | + guidelines |
| 78 | +- [AUTHORS.md](../AUTHORS.md) - Project ownership and contributors |
37 | 79 |
|
38 | 80 | --- |
39 | 81 |
|
40 | | -**Thank you for your understanding and interest in SomonScript!** |
| 82 | +**Thank you for contributing to SomonScript! 🚀** |
0 commit comments