├── ISSUE_TEMPLATE.md └── README.md /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Link to mybrowser.fyi report 4 | 5 | 6 | ## Brief description of what went wrong 7 | 8 | ## Steps to reproduce the issue 9 | 10 | 11 | ## Any other notes 12 | 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mybrowser.fyi Project 2 | 3 | Hey there! 👋 4 | 5 | Thanks for stopping by. This repository is set up to map out the [mybrowser.fyi](https://mybrowser.fyi/) roadmap and track any issues. 6 | 7 | If you're here to log an issue, please [head over to the issues area and log a ticket](https://github.com/hankchizljaw/mybrowser.fyi-project/issues). 8 | 9 | If you're here to check out the roadmap, you can see that [here](https://github.com/hankchizljaw/mybrowser.fyi-project/projects/1). 10 | --------------------------------------------------------------------------------