githubteacher / githubteacher/developers-july-PM

NGenetzky tracks progress on GitHub Flow

Open
#78 0 comments 0 reactions 1 assignee Claimed by @NGenetzky View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.