Skip to content

Commit a219e19

Browse files
author
Rehab
committed
Fix Images alignments in Issue Types post
1 parent 1114bda commit a219e19

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

_posts/2024-10-06-issue-types.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ As an organization admin, you can customize the Issue Types for the organization
2929
7. If you would like to prevent this new type from being assigned to issues created in public repositories, click **Private repositories only**
3030
8. Click Create
3131

32-
![Create New Type](/assets/img/issue-types/1-create-new-type.png)
32+
![Create New Type](/assets/img/issue-types/1-create-new-type.png)
3333

34-
![Create New Type](/assets/img/issue-types/2-create-new.png)
34+
![Create New Type](/assets/img/issue-types/2-create-new.png)
3535

3636
## Making changes to Issue Types (Edit, Disable, Delete)
3737

@@ -45,9 +45,9 @@ You can edit Issue Type, by changing it's name, description, color, or restricti
4545
4. Click **Save**
4646
5. If you want to discard any changes, click **Revert changes**
4747

48-
![Type Options](/assets/img/issue-types/3-type-options.png)
48+
![Type Options](/assets/img/issue-types/3-type-options.png)
4949

50-
![Revert Changes](/assets/img/issue-types/4-edit-save-revert.png)
50+
![Revert Changes](/assets/img/issue-types/4-edit-save-revert.png)
5151

5252
### Disabling an Issue Type
5353

@@ -57,7 +57,7 @@ If an Issue Type is no longer relevant, you can disable it. Once you disabled, i
5757
2. In the menu, click **Disable**
5858
3. Confirm by clicking **Disable** in the prompt
5959

60-
![Disable](/assets/img/issue-types/5-disable.png)
60+
![Disable](/assets/img/issue-types/5-disable.png)
6161

6262
### Deleting an Issue Type
6363

@@ -67,7 +67,7 @@ If an Issue Type is completely obsolete, you can permanently delete it. Once you
6767
2. In the menu, click **Delete**
6868
3. Confirm by clicking **Delete** in the prompt
6969

70-
![Delete](/assets/img/issue-types/6-delete.png)
70+
![Delete](/assets/img/issue-types/6-delete.png)
7171

7272
> Once you delete the Issue Type, it can't be restored
7373
{: .prompt-danger }
@@ -78,9 +78,9 @@ When creating a new issue, you can easily assign an Issue Type:
7878

7979
1. In the `Type` dropdown menu, select the appropriate Issue Type.
8080

81-
![](/assets/img/issue-types/7-create-issue-by-type.png)
81+
![Issue by Type](/assets/img/issue-types/7-create-issue-by-type.png)
8282

83-
![](/assets/img/issue-types/8-multi-issues-with-types.png)
83+
![Multi Issues](/assets/img/issue-types/8-multi-issues-with-types.png)
8484

8585
> You can use the new **Create more** button to quickly create multiple issues without being redirected to the issue details page. This feature keeps you on the issue creation page, enabling you to efficiently add multiple issues back-to-back.
8686
{: .prompt-tip }
@@ -89,24 +89,24 @@ When creating a new issue, you can easily assign an Issue Type:
8989

9090
To change the Issue Type for a single issue:
9191

92-
Open the issue, click on the `Type` dropdown menu, and select the new Issue Type you'd like to assign.
92+
1. Open the issue, click on the `Type` dropdown menu, and select the new Issue Type you'd like to assign.
9393

94-
![Change Type](/assets/img/issue-types/9-change-single-issue-type.png)
94+
![Change Type](/assets/img/issue-types/9-change-single-issue-type.png)
9595

9696
You can also change the Issue Type for multiple issues at once:
9797

98-
Select the issues, then from the `Issue Type` dropdown, and select the new Issue Type you'd like to assign.
98+
1. Select the issues, then from the `Issue Type` dropdown, and select the new Issue Type you'd like to assign.
9999

100-
![Change Type](/assets/img/issue-types/10-change-multi-issue-type.png)
100+
![Change Type](/assets/img/issue-types/10-change-multi-issue-type.png)
101101

102102
## Filtering Issues by Type
103103

104104
You can filter issues by their type to quickly find and manage relevant issues. In the issues view, use the `Issue Type` field to apply this filter.
105105

106-
- From the filter bar, type `type`, then select the desired Issue Type.
107-
- Alternatively, use the `Types` dropdown menu to select the type you would like to filter by.
106+
1. From the filter bar, type `type`, then select the desired Issue Type.
107+
2. Alternatively, use the `Types` dropdown menu to select the type you would like to filter by.
108108

109-
![Filter by Type](/assets/img/issue-types/11-filter-by-type.png)
109+
![Filter by Type](/assets/img/issue-types/11-filter-by-type.png)
110110

111111

112112
## Creating custom views in your project
@@ -118,18 +118,18 @@ You can customize your project views by using the new `Type` field to filter, sl
118118
1. From your view, select **Group by:**
119119
2. Select **Type**
120120

121-
![Group by Type](/assets/img/issue-types/12-group-by-type.png)
121+
![Group by Type](/assets/img/issue-types/12-group-by-type.png)
122122

123-
![Group by Type](/assets/img/issue-types/13-group-by-view.png)
123+
![Group by Type](/assets/img/issue-types/13-group-by-view.png)
124124

125125
### Slice by Type
126126

127127
1. From your view, select **Slice by:**
128128
2. Select **Type**
129129

130-
![Slice by Type](/assets/img/issue-types/14-slice-by.png)
130+
![Slice by Type](/assets/img/issue-types/14-slice-by.png)
131131

132-
![Slice by Type](/assets/img/issue-types/15-slice-by-view.png)
132+
![Slice by Type](/assets/img/issue-types/15-slice-by-view.png)
133133

134134
## Auto-add to project workflow
135135

@@ -138,25 +138,25 @@ You can set up a workflow that automatically adds issues to your project based o
138138
1. Within your project, click the three dots (...)
139139
2. Click on **Workflows**
140140

141-
![](/assets/img/issue-types/16-automation-workflow.png)
141+
![Automation Workflow](/assets/img/issue-types/16-automation-workflow.png)
142142

143143
1. On the left, under the list of default workflows, click **Auto-add to project**.
144144
2. Click **Edit**
145145

146-
![Auto Add to Project](/assets/img/issue-types/17-auto-add.png)
146+
![Auto Add to Project](/assets/img/issue-types/17-auto-add.png)
147147

148148
1. Inside the filter input, type `Type`, then select the Issue Type you would like to filter by. You can filter by `Has type`, `No Type`, `Exclude Type`, or select a specific type.
149149

150-
![](/assets/img/issue-types/18-auto-add-type-filter.png)
150+
![Type Filter](/assets/img/issue-types/18-auto-add-type-filter.png)
151151

152152
2. Click **Save and turn on workflow**
153153

154-
![Auto Add to Project](/assets/img/issue-types/19-auto-add-save.png)
154+
![Auto Add to Project](/assets/img/issue-types/19-auto-add-save.png)
155155

156-
**Example**
157-
For example, if your filter is set to `is:issue type:"Bug"`, this means whenever you create a new issue of type **Bug** in your selected repository, that issue will automatically be added to your project.
156+
![Auto Add to Project](/assets/img/issue-types/20-auto-add-test.gif)
158157

159-
![Auto Add to Project](/assets/img/issue-types/20-auto-add-test.gif)
158+
> **Example:** If your filter is set to `is:issue type:"Bug"`, this means whenever you create a new issue of type **Bug** in your selected repository, that issue will automatically be added to your project.
159+
{: .prompt-tip }
160160

161161
## Conclusion
162162

0 commit comments

Comments
 (0)