This repository was archived by the owner on Aug 22, 2024. It is now read-only.
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Implement a contribution landing page #2
Open
Description
This involves three parts:
- An HTML template in https://github.com/arXiv/arxiv-feedback/tree/master/arxiv/feedback/templates/feedback
- Implementing the controller function
- Wiring up the route.
The landing page is where users will arrive if they click the "Help Improve This" button. There are two main use-cases that we want to handle here:
- A user has encountered a bug, or something that should be improved, and wants to report it. We want to direct them to the appropriate Github issue tracker, based on the configured repository URL. We should think about what information the user will need to do this effectively.
- A user has encountered a bug, or something that should be improved, and they want to help fix it. Maybe they don't know that they can help fix it yet, so we want them to know that they can fix it. We want to direct them to contributor guidelines (based on configured URL), so that they can easily jump in and start contributing to the codebase.
Metadata
Metadata
Assignees
Labels
No labels