Skip to content

Commit 951ce05

Browse files
committed
README: link to issues. Don't explicitly list limitations
1 parent 41d6bf7 commit 951ce05

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,25 @@ Learn more from the Create React App [README](https://github.com/facebook/create
5656
* Firefox 61.0.1
5757
* Chrome 64.0.3282.167
5858

59-
## Currently Known Limitations ##
59+
## Known Issues ##
6060

61-
Apart from the numerous cool features that are missing; here's a list of known limitations in the features that do exist:
61+
Known issues are **not listed here**.
6262

63-
* The visual editing capabilities requires the DOT source to be organized with only one node or edge per line, since they currently operate by inserting or deleting complete lines.
63+
All known bugs and enhancement requests are reported as issues on [GitHub](https://github.com/magjac/graphviz-visual-editor) and are listed under the [Issues](https://github.com/magjac/graphviz-visual-editor/issues) tab.
64+
65+
### [All open issues](https://github.com/magjac/graphviz-visual-editor/issues) ###
66+
67+
Lists both bugs and enhancement requests.
68+
69+
### [Known open bugs](https://github.com/magjac/graphviz-visual-editor/labels/bug) ###
70+
71+
### [Open enhancement requests](https://github.com/magjac/graphviz-visual-editor/labels/enhancement) ###
72+
73+
### [Known limitations](https://github.com/magjac/graphviz-visual-editor/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Abug+label%3Aenhancement) ###
74+
75+
(A limitation is a feature deliberately released without full functionality. A limitation is classifed both as a bug and as an enhancement request to reflect that although it's a enhancement not yet implemented from the author's perspective, it might be perceived as a bug from user's perspective).
76+
77+
### [Closed issues](https://github.com/magjac/graphviz-visual-editor/issues?q=is%3Aissue+is%3Aclosed) ###
6478

6579
## Roadmap ##
6680

0 commit comments

Comments
 (0)