2020-09-02 07:00:11 -07:00
|
|
|
---
|
|
|
|
|
eleventyNavigation:
|
|
|
|
|
key: IssueTrackingBasics
|
|
|
|
|
title: The Basics of Issue Tracking
|
|
|
|
|
parent: GettingStarted
|
|
|
|
|
order: 40
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Issues are an important mean of communication on Codeberg.
|
|
|
|
|
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
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2024-11-28 22:12:05 -08:00
|
|
|
<img src="/images/getting-started/issue-tracking-basics/issues-list.png" alt="Issues List">
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
You can access the issue tracker of a project by clicking its "Issues" tab **(1)**.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
There, you'll see a browsable and filterable **(2)** list of all issues.
|
|
|
|
|
Many projects use labels to categorize issues. If you want to contribute to a project,
|
|
|
|
|
a good label to look for is the "help wanted" label.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
You can switch between issues that are still open, and those that are already resolved **(3)**.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Some projects define milestones **(4)**, to which issues can be assigned. They are good for
|
|
|
|
|
visualizing the progress of a project's development.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
You can create an issue by clicking on the green "New Issue" button **(5)** at the top left
|
2020-09-02 07:00:11 -07:00
|
|
|
of the issues list.
|
|
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Issues in the issue tracker are public, and everyone is able to read and answer them.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
An issue can have an assignee, meaning someone responsible for resolving or moderating
|
2020-10-16 07:33:00 -07:00
|
|
|
the issue. Their profile picture, with a link to their profile, can be seen in the issue
|
2020-09-02 07:00:11 -07:00
|
|
|
list.
|
|
|
|
|
|
|
|
|
|
### Life of an Issue
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Once an issue in the Issue Tracker has been created, it will usually pass through a
|
|
|
|
|
process of review, discussion and closure, which can be more or less strictly defined,
|
|
|
|
|
based on the project you're contributing to.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
The first thing that might happen is that your issue is categorized using labels.
|
2025-06-14 02:38:21 -07:00
|
|
|
Your issue may be reviewed by the project's maintainer(s) and evaluated whether it, i.e., might be a duplicate or an
|
|
|
|
|
invalid bug report.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Then, depending on what type of issue it is, there might be additional questions
|
2020-10-16 07:33:00 -07:00
|
|
|
or a discussion and, if applicable, the implementation of a solution (or the rejection of
|
2020-09-02 07:00:11 -07:00
|
|
|
the issue).
|
|
|
|
|
|
|
|
|
|
Finally, the issue is closed, thus vanishing from the list of open issues.
|
|
|
|
|
Issues might have dependencies on other issues or pull requests preventing them from being closed.
|
|
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Occasionally, issues may become "stale". That's when there hasn't been any progress for
|
2020-09-02 07:00:11 -07:00
|
|
|
an extended period of time (usually months). You might consider reviving these, if there
|
2020-10-16 08:18:50 -07:00
|
|
|
is a strong interest in getting them resolved (and, preferably, if you can contribute
|
2020-09-02 07:00:11 -07:00
|
|
|
something to them).
|
|
|
|
|
|
2023-11-26 21:45:00 -08:00
|
|
|
{% admonition "tip" %}
|
|
|
|
|
|
|
|
|
|
If you encounter an abandoned project and there's no way of contacting the maintainer(s),
|
|
|
|
|
consider forking it, if you want to assume responsibility for it (or, rather, your fork).
|
|
|
|
|
|
|
|
|
|
{% endadmonition %}
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
### Things to consider
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
#### Security bugs
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
If the bug you have found has security implications, **do not create
|
2020-10-16 07:33:00 -07:00
|
|
|
an issue right away!** Instead try contacting the project's maintainers privately.
|
2022-07-04 23:47:55 -07:00
|
|
|
Many projects have a dedicated e-mail address for reporting security bugs. If the
|
2020-10-16 07:33:00 -07:00
|
|
|
project in question doesn't, consider writing an email directly to the project's
|
2020-09-02 07:00:11 -07:00
|
|
|
maintainer or ask for the address in the issue tracker.
|
2020-10-16 07:33:00 -07:00
|
|
|
|
2023-11-26 21:45:00 -08:00
|
|
|
{% admonition "warning" %}
|
|
|
|
|
|
|
|
|
|
What's important is that you **don't publicly expose security bugs before they are
|
2024-06-11 00:51:22 -07:00
|
|
|
fixed _and_ the fixes are deployed**, because **otherwise, you might put the users of that
|
2023-11-26 21:45:00 -08:00
|
|
|
project at severe risk**.
|
|
|
|
|
|
|
|
|
|
{% endadmonition %}
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
#### Existing issues
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
Before creating a new issue, please make sure that there isn't already an existing
|
2022-07-04 23:47:55 -07:00
|
|
|
issue about, i.e., the bug you want to report or the feature you want to request.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
If there already is an existing issue, please consider commenting on that issue instead,
|
2020-09-02 07:00:11 -07:00
|
|
|
if there is something more that you can contribute to it.
|
|
|
|
|
|
|
|
|
|
You should also make sure that the issue has not already been solved by having a look
|
2022-07-04 23:47:55 -07:00
|
|
|
at the closed issues **(3)** as well.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
#### Try to be precise and helpful
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2022-07-04 23:47:55 -07:00
|
|
|
Project maintainers love precise information about why, i.e., a bug is happening.
|
2020-09-02 07:00:11 -07:00
|
|
|
|
|
|
|
|
Some projects may even have templates that specifically ask for information like
|
|
|
|
|
the operating system or database software used.
|
|
|
|
|
|
|
|
|
|
If you can provide that information, it will be easier for the project maintainer(s)
|
|
|
|
|
to quickly resolve your issue. And if you want it resolved even quicker,
|
|
|
|
|
consider writing a Pull Request solving the issue (if possible).
|
|
|
|
|
|
|
|
|
|
#### Be (reasonably) patient
|
2024-06-11 00:51:22 -07:00
|
|
|
|
2020-09-02 07:00:11 -07:00
|
|
|
Please remember that many project maintainers work on their free software projects
|
|
|
|
|
in their free time. Some maintainers may answer you within minutes, others within days.
|
2022-07-04 23:47:55 -07:00
|
|
|
Don't be discouraged if there isn't an immediate answer.
|