cvat/site/content/en/docs/contributing/using-the-issue-tracker.md

19 lines
608 B
Markdown
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
---
title: 'Using the issue tracker'
linkTitle: 'Using the issue tracker'
weight: 6
description: 'Information and rules for using the issue tracker.'
---
The issue tracker is the preferred channel for [bug reports](#bugs),
[features requests](#features) and [submitting pull
requests](#pull-requests), but please respect the following restrictions:
- Please **do not** use the issue tracker for personal support requests (use
[Stack Overflow](http://stackoverflow.com)).
- Please **do not** derail or troll issues. Keep the discussion on topic and
respect the opinions of others.
<a name="bugs"></a>