Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# issue-tracker
Sailfish OS issue tracker
# Sailfish OS issue tracker

Please report issues to [Issue Tracker](https://github.com/sailfishos/issue-tracker/issues) and use labels with issues.
You can filter by [labels](https://github.com/sailfishos/issue-tracker/labels).

Worth noting that Issue tracker provides a bug report template when creating a new issue.

## Traceability

Please remember to add the issue link to a pull request (or a commit message). By doing this, GitHub adds
the pull request / commit link to the issue. This is important from traceability point of view as occasionally
you need to find additional details regarding the issue being it review comments, why and how change implemented like
it is implemented, and so on. The reasoning is not always well documented in the commit message itself – or hard to
elaborate briefly enough there. By doing like this one can see from the git history where to find more details. Similarly
from the issue you can directly jump to the change itself. If there happens to be a Forum Bug regarding the issue, it
would be good to link that as well to the pull request or to the commit message.

After a change is reviewed, Jolla Crew will take care of merging and integration.

## Contributing

Find contribution guidelines from [the docs](https://docs.sailfishos.org/Develop/Collaborate/). Improvements are welcome!

Happy hacking.