issue-tracking-basics.md: adapt to Forgejo

This commit is contained in:
Loïc Dachary 2023-03-07 09:37:13 +01:00
parent b029a8f1a8
commit 4636cb5fd6
2 changed files with 8 additions and 10 deletions

View file

@ -7,6 +7,7 @@ These documents are targeted to people who are using Forgejo but are not
involved in running it on their machines. involved in running it on their machines.
- [Your First Repository](first-repository) - [Your First Repository](first-repository)
- [The Basics of Issue Tracking](issue-tracking-basics)
- [Branch and tag protection](protection) - [Branch and tag protection](protection)
- [Projects / Kanban boards](project) - [Projects / Kanban boards](project)
- [Labels](labels) - [Labels](labels)

View file

@ -1,21 +1,18 @@
--- ---
eleventyNavigation: layout: '~/layouts/Markdown.astro'
key: IssueTrackingBasics title: 'The Basics of Issue Tracking'
title: The Basics of Issue Tracking license: 'CC-BY-SA-4.0'
parent: GettingStarted origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/ceec82002bbdc62cf27974e84df51369a4bfe0f9/content/getting-started/issue-tracking-basics.md'
order: 40
--- ---
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 - 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 they can be used to suggest enhancements, ask for new features, discuss a project's
direction, ask questions and much more. direction, ask questions and much more.
### The Issue Tracker ### The Issue Tracker
<picture>
<source srcset="/assets/images/getting-started/issue-tracking-basics/issues-list.webp" type="image/webp"> ![Issues list](../../../../images/v1.19/user/issue-tracking-basics/issues-list.png)
<img src="/assets/images/getting-started/issue-tracking-basics/issues-list.png" alt="Issues List">
</picture>
You can access the issue tracker of a project by clicking its "Issues" tab **(1)**. You can access the issue tracker of a project by clicking its "Issues" tab **(1)**.