Skip to content

Commit d9b5a06

Browse files
authored
Update README.md
readme improvements
1 parent a29649f commit d9b5a06

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GraphicsJS is a lightweight JavaScript graphics library with the intuitive API,
55
* [Quick Start](#quick-start)
66
* [Articles](#articles)
77
* [Building](#building)
8+
* [Contributing](#contributing)
89
* [Links](#articles)
910

1011
# Overview
@@ -72,13 +73,25 @@ To get started with GraphicsJS create simple HTML document and copy paste the fo
7273
Launch the page in your browser and here you are: you have created your first drawing with GraphicsJS. See [documentation](https://docs.anychart.com/Graphics/Basics) and [API](https://api.anychart.com/latest/anychart.graphics) to learn more.
7374

7475
# Articles
75-
- [Introducing GraphicsJS, a Powerful Lightweight Graphics Library](https://www.sitepoint.com/introducing-graphicsjs-a-powerful-lightweight-graphics-library/) by @RomanLubushkin
76+
- [Introducing GraphicsJS, a Powerful Lightweight Graphics Library](https://www.sitepoint.com/introducing-graphicsjs-a-powerful-lightweight-graphics-library/) by [@RomanLubushkin](https://github.com/RomanLubushkin)
7677
- [GraphicsJS Overview](https://docs.anychart.com/Graphics/Overview) by [AnyChart](http://www.anychart.com/)
7778

7879
# Building
7980

8081
*Coming soon.*
8182

83+
# Contributing
84+
85+
To contribute to AnyChart project please:
86+
87+
* Fork GraphicsJS repository.
88+
* Create a branch from the `develop` branch.
89+
* Make any changes you want to contribute.
90+
* Create a pull request against the `develop` branch.
91+
92+
[GitHub documentation: Forking repositories](https://help.github.com/articles/fork-a-repo/).
93+
[GitHub documentation: Collaborating using pull requests](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/).
94+
8295
# Links
8396
- [GraphicsJS Website](http://www.graphicsjs.org/)
8497
- [GraphicsJS Users's Guide](https://docs.anychart.com/Graphics/Basics)

0 commit comments

Comments
 (0)