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
Add description and other Markdown-formatted text to the fleet page. This is basically everything that is not a React element -- so this does NOT include fleet cards (see #23 ).
The work for this task, like all other work for tasks, should be made in it's own branch.
Be sure to create a branch that is named appropriately (I'm not strict on this). You can do this locally (meaning on your machine, which implies that you've cloned the repository) or on github. It'll be easier in the long run if you learn to do this locally.
Why? So that no one, including me, screws up the main website that people see (this is called production). This allows staff and myself to review code before it goes to production in the main branch.
Epic: #2
Parent task: #18
Introduction
Add description and other Markdown-formatted text to the fleet page. This is basically everything that is not a React element -- so this does NOT include fleet cards (see #23 ).
The work for this task, like all other work for tasks, should be made in it's own branch.
Be sure to create a branch that is named appropriately (I'm not strict on this). You can do this locally (meaning on your machine, which implies that you've cloned the repository) or on github. It'll be easier in the long run if you learn to do this locally.
Why? So that no one, including me, screws up the main website that people see (this is called production). This allows staff and myself to review code before it goes to production in the main branch.
Here's a guide on git: https://www.tisuela.com/git-with-the-flow
Where do I make my edits?
This file:
src/pages/operations/fleet.mdx
Replace the Lorem Ipsum with your content.
The text was updated successfully, but these errors were encountered: