You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's me, Raphael! Thanks for using and contributing to Gathio, you're great.
This is just a quick FYI: I'm in the middle of a large, piecemeal migration of Gathio over to TypeScript, which I expect to take a few months as I snatch time from work. Along the way, I'm also adding a Cypress test suite, making some design changes, and improving various small things around the site. I'm working in PRs and trying to merge them into the main branch as quickly as possible, to make contributing to Gathio easier for others.
What you need to know
If you're making a contribution to Gathio, please:
Write it in TypeScript!
If you're adding a new route or editing an old one, place it in a separate file under src/routes, rather than the legacy routes.js file.
If you're making a change you don't want to see broken, add a Cypress test for it in the cypress directory.
If you want to help with the migration, there's lots to do - leave a comment.
I'm always happy to answer questions about contributing - just email me!
The text was updated successfully, but these errors were encountered:
Hi, it's me, Raphael! Thanks for using and contributing to Gathio, you're great.
This is just a quick FYI: I'm in the middle of a large, piecemeal migration of Gathio over to TypeScript, which I expect to take a few months as I snatch time from work. Along the way, I'm also adding a Cypress test suite, making some design changes, and improving various small things around the site. I'm working in PRs and trying to merge them into the main branch as quickly as possible, to make contributing to Gathio easier for others.
What you need to know
If you're making a contribution to Gathio, please:
src/routes
, rather than the legacyroutes.js
file.cypress
directory.I'm always happy to answer questions about contributing - just email me!
The text was updated successfully, but these errors were encountered: