# Domain: Development Current Domain Lead: [Lucas](https://github.com/lucasfernog), [Yuwei](https://github.com/wusyong) ## Responisbiliy of the Lead - Prioritize issues and PRs based on release. Make sure these items can process well. - (If possible,) Maintain the [Roadmap project](https://github.com/orgs/tauri-apps/projects/11) board based on release. - Manage the github team they work with, including creating/removing teams, giving directions, adding members to the teams. ## How issues should be handled? - Label with `status: needs triage` at the start. - If the issue doesn't have clear steps to reproduce or we can't recreate, label with `status: needs repro`. - (If possible,) the prioritized issues should assign to someone. - Keep working with issues and decide to close or resolve them. ## How PRs should be handled? - PR must have **signed commits** and **at least one approval**. The depedencies must be certain version instead of git dependencies. - If no one has reviewed the PR, label with `status: needs review`. - If it still has no one to further proceed it, domain leads should find working group memebers to review it, or anyone should ask for domain leads to take care of it. - Before it's ready to merge, make sure it has at least one `security` labels for security team to track, if tracking is needed. Do not delete the branch if wg-security has pending reviews.