|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## 📝 Description |
| 4 | + |
| 5 | +**What does this PR do?** |
| 6 | + |
| 7 | +<!-- Provide a brief description of the changes --> |
| 8 | + |
| 9 | +**Related Issue:** |
| 10 | + |
| 11 | +<!-- Link to related issue: Closes #123, Fixes #456, etc. --> |
| 12 | + |
| 13 | +## 🔄 Type of Change |
| 14 | + |
| 15 | +- [ ] 🏢 Adding new company/companies |
| 16 | +- [ ] 🔄 Updating existing company information |
| 17 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 18 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 19 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 20 | +- [ ] 📚 Documentation update |
| 21 | +- [ ] 🧹 Code cleanup/refactoring |
| 22 | + |
| 23 | +## 📋 Changes Made |
| 24 | + |
| 25 | +### Companies Added/Updated: |
| 26 | + |
| 27 | +<!-- List specific companies if applicable --> |
| 28 | + |
| 29 | +- [ ] Company Name (Country) - Industry |
| 30 | + |
| 31 | +### Other Changes: |
| 32 | + |
| 33 | +<!-- List any other changes --> |
| 34 | + |
| 35 | +- [ ] Updated documentation |
| 36 | +- [ ] Fixed broken links |
| 37 | +- [ ] Added new scripts/tools |
| 38 | +- [ ] Updated data format |
| 39 | + |
| 40 | +## ✅ Verification |
| 41 | + |
| 42 | +**For company additions/updates, I have:** |
| 43 | + |
| 44 | +- [ ] Verified the company hires Iranian professionals |
| 45 | +- [ ] Checked that company URLs are working and correct |
| 46 | +- [ ] Ensured the company is not already listed (no duplicates) |
| 47 | +- [ ] Provided accurate industry classification |
| 48 | +- [ ] Included both website and LinkedIn links where possible |
| 49 | + |
| 50 | +**For code/documentation changes:** |
| 51 | + |
| 52 | +- [ ] Tested the changes locally |
| 53 | +- [ ] Updated relevant documentation |
| 54 | +- [ ] Followed the project's coding standards |
| 55 | +- [ ] Added appropriate comments where necessary |
| 56 | + |
| 57 | +## 🔍 Evidence (for company additions) |
| 58 | + |
| 59 | +**How do you know these companies hire Iranian professionals?** |
| 60 | + |
| 61 | +<!-- Provide evidence such as LinkedIn profiles, personal experience, etc. --> |
| 62 | + |
| 63 | +**Links to evidence:** |
| 64 | + |
| 65 | +- LinkedIn profiles: |
| 66 | +- Company statements: |
| 67 | +- Personal experience: |
| 68 | +- Other: |
| 69 | + |
| 70 | +## 🧪 Testing |
| 71 | + |
| 72 | +**How has this been tested?** |
| 73 | + |
| 74 | +- [ ] JSON format validation |
| 75 | +- [ ] Link checking |
| 76 | +- [ ] Manual review |
| 77 | +- [ ] Automated scripts |
| 78 | +- [ ] Other: **********\_********** |
| 79 | + |
| 80 | +## 📸 Screenshots (if applicable) |
| 81 | + |
| 82 | +<!-- Add screenshots to help explain your changes --> |
| 83 | + |
| 84 | +## 📚 Additional Notes |
| 85 | + |
| 86 | +<!-- Add any additional notes, context, or considerations --> |
| 87 | + |
| 88 | +## ✅ Checklist |
| 89 | + |
| 90 | +- [ ] My code/data follows the style guidelines of this project |
| 91 | +- [ ] I have performed a self-review of my own changes |
| 92 | +- [ ] I have commented my code/data, particularly in hard-to-understand areas |
| 93 | +- [ ] I have made corresponding changes to the documentation |
| 94 | +- [ ] My changes generate no new warnings or errors |
| 95 | +- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) |
| 96 | +- [ ] New and existing unit tests pass locally with my changes (if applicable) |
| 97 | +- [ ] Any dependent changes have been merged and published in downstream modules |
| 98 | + |
| 99 | +--- |
| 100 | + |
| 101 | +**By submitting this pull request, I confirm that:** |
| 102 | + |
| 103 | +- [ ] I have the right to submit these changes |
| 104 | +- [ ] The information provided is accurate to the best of my knowledge |
| 105 | +- [ ] I understand this will be reviewed before merging |
0 commit comments