mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
issue-tracking-basics.md: adapt to Forgejo
This commit is contained in:
parent
b029a8f1a8
commit
4636cb5fd6
2 changed files with 8 additions and 10 deletions
|
@ -7,6 +7,7 @@ These documents are targeted to people who are using Forgejo but are not
|
|||
involved in running it on their machines.
|
||||
|
||||
- [Your First Repository](first-repository)
|
||||
- [The Basics of Issue Tracking](issue-tracking-basics)
|
||||
- [Branch and tag protection](protection)
|
||||
- [Projects / Kanban boards](project)
|
||||
- [Labels](labels)
|
||||
|
|
|
@ -1,21 +1,18 @@
|
|||
---
|
||||
eleventyNavigation:
|
||||
key: IssueTrackingBasics
|
||||
title: The Basics of Issue Tracking
|
||||
parent: GettingStarted
|
||||
order: 40
|
||||
layout: '~/layouts/Markdown.astro'
|
||||
title: 'The Basics of Issue Tracking'
|
||||
license: 'CC-BY-SA-4.0'
|
||||
origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/ceec82002bbdc62cf27974e84df51369a4bfe0f9/content/getting-started/issue-tracking-basics.md'
|
||||
---
|
||||
|
||||
Issues are an important mean of communication on Codeberg.
|
||||
Issues are an important mean of communication on Forgejo.
|
||||
Besides their original purpose - reporting bugs to a project's maintainer -
|
||||
they can be used to suggest enhancements, ask for new features, discuss a project's
|
||||
direction, ask questions and much more.
|
||||
|
||||
### The Issue Tracker
|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/issue-tracking-basics/issues-list.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/issue-tracking-basics/issues-list.png" alt="Issues List">
|
||||
</picture>
|
||||
|
||||
![Issues list](../../../../images/v1.19/user/issue-tracking-basics/issues-list.png)
|
||||
|
||||
You can access the issue tracker of a project by clicking its "Issues" tab **(1)**.
|
||||
|
||||
|
|
Loading…
Reference in a new issue