Issues
All active issues are located on the issues tab. When creating an issue, make sure to use the correct template (found at.github/ISSUE_TEMPLATE directory).
Pull requests
All pull requests must be approved by at least one moderator. Make sure to follow the pull request template and link any issues that your PR fixes. The PR template can be found at.github/PULL_REQUEST_TEMPLATE.md.
Actions
Github will automatically run an action to deploy the staging app when a PR is merged into the main branch. The staging app is hosted at https://jury-dev.mikz.dev. This action can be seen in the.github/workflows/deploy.yml file.
For the deployment action, it requires the SSH hostname/user/key to deploy the app. I (Michael Zhao) am currently using my personal server to host the staging app, and the main Jury repo is configured to my own server.