Add github links to readme

This commit is contained in:
David Evans 2017-10-23 01:56:46 +01:00 committed by GitHub
parent cfa0fecc0e
commit 711019275e
1 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,8 @@
A tool for creating sequence diagrams from a Domain-Specific Language. A tool for creating sequence diagrams from a Domain-Specific Language.
[See it in action!](https://davidje13.github.io/SequenceDiagram/)
This project includes a web page for editing the diagrams, but the core This project includes a web page for editing the diagrams, but the core
logic is available as separate components which can be included in logic is available as separate components which can be included in
other projects. other projects.
@ -167,8 +169,8 @@ end
Contributions are welcome! Contributions are welcome!
If you find a bug or desire a new feature, feel free to report it in If you find a bug or desire a new feature, feel free to report it in
the GitHub issue tracker, or write the code yourself and make a pull the [GitHub issue tracker](https://github.com/davidje13/SequenceDiagram/issues),
request. or write the code yourself and make a pull request.
Pull requests are more likely to be accepted if the code you changed Pull requests are more likely to be accepted if the code you changed
is tested (write new tests for new features and bug fixes, and update is tested (write new tests for new features and bug fixes, and update
@ -186,3 +188,6 @@ npm install http-server -g;
# Then # Then
http-server; http-server;
``` ```
The current status of the tests on the master branch can be checked at
[test.htm](https://davidje13.github.io/SequenceDiagram/test.htm)