Please, check if the project is compliance with [Opensource Guide](https://opensource.guide/starting-a-project/) **Documentation** - [ ] Project has a LICENSE file with an open source license - Project has basic documentation - [ ] README, - [ ] CONTRIBUTING, - [ ] CODE_OF_CONDUCT - [ ] The name is easy to remember, gives some idea of what the project does, and does not conflict with an existing project or infringe on trademarks - [ ] The issue queue is up-to-date, with issues clearly organized and labeled **Code** - [ ] Project uses consistent code conventions and clear function/method/variable names - [ ] The code is clearly commented, documenting intentions and edge cases - [ ] There are no sensitive materials in the revision history, issues, or pull requests (for example, passwords or other non-public information) **People** If you’re an individual: - [ ] You've talked to the legal department and/or understand the IP and open source policies of your company (if you're an employee somewhere) If you’re a company or organization: - [ ] You've talked to your legal department - [ ] You have a marketing plan for announcing and promoting the project - [ ] Someone is committed to managing community interactions (responding to issues, reviewing and merging pull requests - [ ] At least two people have administrative access to the project