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
This issue is intended to document for our current processes within this project. Once everyone agrees on the document, contents should only be changed once discussed with and agreed by the whole team.
Agile methodology and scrum
Standups will be held each day at 10.30am GMT.
The scrum master is not a manager or project leader, however they are responsible for:
upholding agile values and principles
ensuring the team is following the agreed processes and practises
facilitating spring planning, sprint retrospective, sprint review and daily scrums
clearing obstacles impeding progress
Linting/Prettier
Set up ESLint on one machine locally and add to project repo
Any edits to the configuration files should initially be discussed and agreed upon
Branches
Branch names should be prefixed with either fix__, feature__ or test__ depending on its function
Process Guide
Overview:
This issue is intended to document for our current processes within this project. Once everyone agrees on the document, contents should only be changed once discussed with and agreed by the whole team.
Agile methodology and scrum
Linting/Prettier
Branches
fix__
,feature__
ortest__
depending on its function-
) should be used to separate wordsNaming conventions
-
) between words, lower case_
) between wordsConstants folder
index.js
file inside asrc/constants
folder should contain all global constantsimport * as Constants from 'src/constants'
Asynchronicity
Accessibility
<React.Fragment>
, or just<></>
instead of divsCommit messages
Pull Request Checklist
Mergin Pull Requests
The text was updated successfully, but these errors were encountered: