Skip to content

Commit

Permalink
Add note about issues to rancid spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Oct 16, 2024
1 parent 1155415 commit 69abc3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module3/projects/rancid_tomatillos/technical_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ You will be starting with this boilerplate repo: **[https://github.com/turingsch
- A **[label](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels)** that indicates the associated iteration (i.e. `iteration 1`)
- Some details in the description (a ticket's content should not just be the title)
- At least 2 tickets should be **[assigned](https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users)** to a person
- Ideally, all tickets should be converted to **[issues](https://docs.github.com/en/issues)** in your repo
- By default, when you fork a repository, Issues are disabled. To enable them go to Settings in the upper right corner, then scroll down to the Features section. Check the Issues box to enable them.
- Bonus: Remember that **[you can close your issues directly from a PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue)**!
* An initial plan for your component architecture. Any format is fine, though you might find something like **[excalidraw](https://excalidraw.com/)** to be helpful. You should answer the following questions:
- What components do you envision needing? What is the relationship between these components (parents, siblings, etc)?
- Where will data be stored? Which components will need **state**?
Expand Down

0 comments on commit 69abc3a

Please sign in to comment.