Skip to content

Commit 41cd2fe

Browse files
authored
Apply suggestions from code review
1 parent e24166e commit 41cd2fe

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

content/issues/tracking-your-work-with-issues/about-issues.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,13 @@ topics:
1919
---
2020
## Integrated with GitHub
2121

22-
Issues let you track your work on {% data variables.product.company_short %}, where development happens. When an issue is mentioned from in another issue or pull request, the issue's timeline reflects the cross-reference to make it easier to track the related work. To indicate that work is in progress, you can link an issue to a pull request. Pull requests addressing an issue typically include a [keyword that automatically closes the issue](issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) when the pull request merges.
22+
Issues let you track your work on {% data variables.product.company_short %}, where development happens. When you mention an issue in another issue or pull request, the issue's timeline reflects the cross-reference so that you can keep track of related work. To indicate that work is in progress, you can link an issue to a pull request. When the pull request merges, the linked issue automatically closes.
2323

24-
## Quickly create issues
25-
26-
Issues can be created in a variety of ways, you can choose the most convenient method for your workflow. For example, you can create an issue from a repository,{% ifversion fpt or ghec %} an item in a task list,{% endif %} a note in a project, a comment in an issue or pull request, a specific line of code, or a URL query. You can create an issue from your platform of choice:
24+
For more information on keywords, see "[Linking a pull request to an issue](issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)."
2725

28-
* Through the web UI
29-
* {% data variables.product.prodname_desktop %}
30-
* {% data variables.product.prodname_cli %}
31-
* GraphQL and REST APIs
32-
* {% data variables.product.prodname_mobile %}
26+
## Quickly create issues
3327

34-
For more information, see "[Creating an issue](/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue)."
28+
Issues can be created in a variety of ways, so you can choose the most convenient method for your workflow. For example, you can create an issue from a repository,{% ifversion fpt or ghec %} an item in a task list,{% endif %} a note in a project, a comment in an issue or pull request, a specific line of code, or a URL query. You can also create an issue from your platform of choice: through the web UI, {% data variables.product.prodname_desktop %}, {% data variables.product.prodname_cli %}, GraphQL and REST APIs, or {% data variables.product.prodname_mobile %}. For more information, see "[Creating an issue](/issues/tracking-your-work-with-issues/creating-issues/creating-an-issue)."
3529

3630
## Track work
3731

0 commit comments

Comments
 (0)