Official Team Charles™ Work Flow 💪
Version 1.0
- Create a new Github repo
- Clarify project requirements with Manager, Product Owner, and Team.
- Create tickets that correspond with project requirements.
- Product Owner priotizes project tickets.
- All tickets should be tagged with
Low
,Medium
, orHigh
priority.
- Choose a High Priority ticket to work on.
- Resolve the ticket locally on your machine.
- Create only one Pull Request per ticket (E.g. branch name
issue#-feature
). - When the Pull Request is ready to be reviewed, the owner of the PR should tag each organization member in a comment with
@team
. - Team members must clone the PR and make sure it works on his/her machine.
- Team members must comment on the PR giving their approval or suggest appropriate changes.
- The creator of the PR must be the only person contributing code to the PR.
- The creator of the PR is solely responsible for merging the PR into
master
when given group approval.
Official Team Charles Style Guide
The Bangazon Employee Handbook
Download this repo to your TeamCharles
directory or download classDocSnippet.snippet
and methodDocSnippet.snippet
to your machine.
In Visual Studio, click Tools
-> Code Snippets Manager
.
Select CSharp
as the language.
Select the My Code Snippets
directory as the location (or choose your preferred folder for custom code snippets).
Click Import
and navigate to the classDocSnippet.snippet
file. Repeat this and import the methodDocSnippet.snippet
file as well.
When you select OK
after importing the snippets, you are now able to use the following commands to run the snippets:
cdoc
and press TAB
twice to use the Class Documentation snippet.
mdoc
and press TAB
twice to use the Method Documentation snippet.