19 lines
608 B
Markdown
19 lines
608 B
Markdown
---
|
|
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>
|