Skip to content

Knowledge Base#3

Open
VictoriaKochieva wants to merge 8 commits intodevelopfrom
kb
Open

Knowledge Base#3
VictoriaKochieva wants to merge 8 commits intodevelopfrom
kb

Conversation

@VictoriaKochieva
Copy link
Copy Markdown
Collaborator

Task: add a knowledge base for project.
screencapture-github-VictoriaKochieva-checkReadme-blob-main-README-md-2022-05-04-16_54_02

@VictoriaKochieva VictoriaKochieva changed the title docs: add kb Knowledge Base May 4, 2022
Copy link
Copy Markdown
Collaborator

@Margaryta-Maletz Margaryta-Maletz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

README.md Outdated
Comment on lines +27 to +28
4. Switch to a new branch using ***git checkout -b branch name***
> Note! Before creating a new branch read section [Branches](#branches)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, this point is about the development of a new feature, and not about work. I think it's better to move this to the paragraph about branches.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved

README.md Outdated

## REPO: how to work

### How to work localy:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to start working locally

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

README.md Outdated
Comment on lines +32 to +35
1. Switch to the ***develop*** branch on your local version.
2. You have to pull all origin version changes, use command ***git pull origin develop***.
3. Resolve all required conflicts.
4. Create and switch to a new branch only from ***develop*** branch.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flow next:
git checkout develop
git pull
git checkout -b task-name
work with task

before push result of your work you need merge last version of develop
git commit -m 'commit mesage'
git checkout develop
git pull
git checkout task-name
git pull origin develop
// if you have merge conflict you will solve them
git push origin task-name

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


Branch ***main*** is empty exept for README.md!
There will be a finished version of the project in ***main*** branch at the end after all agreements and merges.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After each sprint develop branch will merge in main. Main will include result of every sprint.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

> 1. Task's name.
> 2. If there is an UI, add a screenshot.
> 3. Add a small description regarding your responsibilities for the task, for example: add a backlog section, add UI or just create project's readme.
> 4. Date regarding task's start and finish.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, fixed

README.md Outdated

### After origin version changes

After all origin merges you have to pull changes into your local version. Read steps 1-3 in [branches section](#branches), then switch to your task's branch and merge develop branch to the current choosen branch (***git merge develop***) and resolve conflicts if it's required.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you change paragraph about branches you will chang this text too.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@netlify
Copy link
Copy Markdown

netlify bot commented May 10, 2022

Deploy Preview for project-management-app-team53 ready!

Name Link
🔨 Latest commit 44f88e2
🔍 Latest deploy log https://app.netlify.com/sites/project-management-app-team53/deploys/627a7f217fb1b20008470ead
😎 Deploy Preview https://deploy-preview-3--project-management-app-team53.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants