githubteacher / githubteacher/developers-july-PM
NGenetzky tracks progress on GitHub Flow
- Dominant language
- No language data
- Stars
- 4
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Github Flow (Workflow)
### Master Branch
Should only contain merges with feature branches.
### Feature Branch
Branch that can be experimented or developed on.
### Commit
Snapshot of the project at a moment in time.
### Pull Request
A pull request is a request to consider merging the feature branch into master.
Other collaborators can comment on the work done.
## TODO list for Github Flow
- [x] Create a branch
- [x] Add a commit
- [x] open a pull request
- [x] collarborate and peer review of our contribution
- [x] additional commits
- [x] merge when we receive a thumbs-up
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.