Add in auto increment to the ID values in the database for each entry would allow users to create a pull request only increasing the ID by 1 allowing much easier access for admins and users adding their repos. This would mean the process to add your repo is the following:
- Start repository
- Fork repository
- Add chosen repository into databae(json) file with correct id and other correct structure
- Create a PR
- Admin decides if pull request if worthy.