-
-
Notifications
You must be signed in to change notification settings - Fork 72
Epic: Review and Update our Contributing file to reflect our dev workflow and processes #1939
Copy link
Copy link
Open
2 / 32 of 3 issues completedOpen
2 / 32 of 3 issues completed
Copy link
Labels
Complexity: Smalltickets that are prescriptive, easily understood and executabletickets that are prescriptive, easily understood and executableEpicA ticket that will house the tickets for a particular feature or objectiveA ticket that will house the tickets for a particular feature or objectiveFeature: DocumentationImprovements or additions to documentationImprovements or additions to documentationRole: FrontendReact front end workReact front end worksize: 0.50ptCan be done in 3 hoursCan be done in 3 hours
Milestone
Metadata
Metadata
Assignees
Labels
Complexity: Smalltickets that are prescriptive, easily understood and executabletickets that are prescriptive, easily understood and executableEpicA ticket that will house the tickets for a particular feature or objectiveA ticket that will house the tickets for a particular feature or objectiveFeature: DocumentationImprovements or additions to documentationImprovements or additions to documentationRole: FrontendReact front end workReact front end worksize: 0.50ptCan be done in 3 hoursCan be done in 3 hours
Type
Projects
Status
Epics
Overview
We need to update our Contributing file so that it reflects the desired workflow and processes for devs on the 311 Data team.
More Info
This epic tracks all issues related to the file, CONTRIBUTING.md
Action Items
CONTRIBUTING.mdResources/Instructions
Click to see: Suggested instructions on creating a PR from a forked branch
Author: ChatGPT, the internet
CLI Instructions
git fetch upstreamgit checkout -b your-branch-name upstream/target-branchgit merge origin/your-branch-namegit push upstream your-branch-name