-
navigate to github.com
-
create repository
- name: automated-kanban
- description: Github Automated Kanban Intro
- accessability: Public
- .gitignore: Node
- licence: GNU
-
create project from automated kanban template
-
create issue
- add meta data to the issue
- assignee: mateja176
- label: enhancement
- project: Automated Kanban Project
- add meta data to the issue
-
check automated kanban
-
clone repository
git clone https://github.com/<username>/<repository-name>.git -
create fix branch
git checkout -b fix/<issue-number> -
fix issue
-
commit changes with appropriate message
git add .git commit -m "Fixes #<issue-number>" -
push changes
git push -u origin fix/<issue-number> -
create pull request
- add to project
-
check automated kanban
-
merge pull request
-
check automated kanban
- github account: mateja176
- code editor: vscode