The full AlphaCommerceHub’s unanswered issues set is the union of the 2 sources:
I use the both sources because they have different features.
1. The forum
If an issue looks like a question, then I usually add it to the forum.
An answer will serve as a piece of the integration’s requirements specification.
I refer these forum topics from my software code to explain the integration’s behavior, decisions, and limitations.
The forum information is useful for merchants and developers (including the developers who will integrate AlphaCommerceHub with other shopping carts).
2. The GitHub-based issue tracker
If an issue looks like a short-term bug, then I usually add it to the GitHub-based issue tracker.
The GitHub-native issues have 2-way association with GitHub code commits, so everybody can find out:
- Which code commits are related to a particular issue?
- What is the purpose of a particular code commit?
- Which bugs are fixed in a particular release?
- Which release fixes a particular bug?