There's no easy way for non-technical users to suggest a new API be added to the catalog.
Proposed solution
Add a 'Suggest an API' button that links to a pre-filled GitHub issue using URL parameters, lowering the barrier for contributions.
Example URL format:
https://github.com/akuligowski9/api-explorer/issues/new?template=new_preview.md&title=[Preview]+API+Name
Acceptance criteria
- Button accessible from the homepage and detail pages
- Opens pre-filled GitHub issue template
- Works without requiring any backend