Skip to content

Commit

Permalink
tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Mar 1, 2024
1 parent d461d41 commit bee2a93
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/en/blog/tracker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Harmony issue tracker
description: Want to track issues on Harmony's development?
date: 2024-03-01
image: "images/08- Questionnaire data analysis the smart way.svg"
---

# Tracking Harmony issues and raising feedback

Have you found a problem with Harmony?

You can use the links on the Harmony homepage at harmonydata.ac.uk - you can see there are buttons titled *Raise NLP issue* and *Raise UI issue*, which take you to the process for logging issues in Github.

{{< image src="images/blog/raise-issue.png" alt="Screenshot" >}}

The issues remain in the issue trackers and can be assigned to people either under "Assignee" or in the comments:

* Harmony Python library issue tracker: https://github.com/harmonydata/harmony/issues - this is everything to do with the NLP logic of Harmony
* Harmony API issue tracker: https://github.com/harmonydata/harmonyapi/issues
* Harmony front end issue tracker: https://github.com/harmonydata/app/issues - this is everything to do with the front end and graphical interface of Harmony

If you're unsure where to put an issue, feel free to just raise it on any of the issue boards.

In these issue trackers, you can see each item and who's working on it. You can also see closed issues in this view.


You can discuss issues in our Discord [https://discord.gg/harmonydata](https://discord.gg/harmonydata) - the link is also on the homepage.

If you're a developer, check out [our developer guide](/developer-guide/) which explains how to use Github! And don't forget to [join our community](/community/).

0 comments on commit bee2a93

Please sign in to comment.