-
Notifications
You must be signed in to change notification settings - Fork 0
WorkFlow
Yaroslav Petryshyn edited this page Jul 4, 2024
·
3 revisions
First of all, it is worth understanding that the correct workflow for this project will be to create an issue in the context of the project.
The following paragraphs describe the correct sequence of actions for creating and executing an issue.
- First of all, go to the Projects tab and select the
website_scalhive.com-hugo
project.
- Then create new issue.
- A window for filling out the issue will appear in front of you, you will be able to choose which repository to add this issue to (we are interested in
scalhive-content
andscalhive-theme
), you will also need to give this issue a name and a description.
- After filling in all the fields, click
Сreate
, go to the issue and perform the following steps:- Choose a person who will be responsible for this task;
- Choose a label for this task (for example,
bug
); - Create a branch for this issue, leave everything standard (as GitHub suggests) and click
Create branch
;
- After creating a branch, go to your IDE, checkout to created branch and make needed changes, then push them. (Git command shoud look smth like this)
- After this go to
Pull requests
page, now you can see that you can createPull request
by clicking onCompare & pull request
-
- Be careful to choose the correct branches that be merged;
- Choose a person who will be review this task;
- Assign a person who responsible for this task;
- Choose a label for this task (for example,
bug
); - If you want to automatically close
Issue
after merging thePull request
, link the pull request to issue by input id of the issue in description (#5); - You can also choose is this pull requste draft or not;
- After reviewer check your changes and approve them, you must must merge them.
Than you will see smth like this:
Please delete brach after all.
And thats all, now you can check the Projects
page and you will see smth like this: