This repository was archived by the owner on Feb 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ Guidelines for bug reports:
36
36
2 . ** Check if the issue has been fixed** &mdash ; try to reproduce it using the
37
37
latest ` master ` or development branch in the repository.
38
38
39
- 3 . ** Isolate the problem** &mdash ; create a [ reduced test
40
- case] ( http://css-tricks.com/6263-reduced-test-cases/ ) and a live example.
39
+ 3 . ** Isolate the problem** &mdash ; create a reduced test case and a live example.
41
40
42
41
A good bug report shouldn't leave others needing to chase you up for more
43
42
information. Please try to be as detailed as possible in your report. What is
Original file line number Diff line number Diff line change 1
1
# Doc Type Grid Editor
2
2
3
3
[ ![ Build status] ( https://img.shields.io/appveyor/ci/leekelleher/umbraco-doc-type-grid-editor.svg )] ( https://ci.appveyor.com/project/leekelleher/umbraco-doc-type-grid-editor )
4
+ [ ![ NuGet release] ( https://img.shields.io/nuget/v/Our.Umbraco.DocTypeGridEditor.svg )] ( https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor )
4
5
[ ![ Our Umbraco project page] ( https://img.shields.io/badge/our-umbraco-orange.svg )] ( https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor )
5
6
[ ![ Chat on Gitter] ( https://img.shields.io/badge/gitter-join_chat-green.svg )] ( https://gitter.im/leekelleher/umbraco-doc-type-grid-editor )
6
7
@@ -20,7 +21,15 @@ Doc Type Grid Editor can be installed from either Our Umbraco package repository
20
21
21
22
To install from Our Umbraco, please download the package from:
22
23
23
- > [ https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor ] ( https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor )
24
+ > [ https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor ] ( https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor )
25
+
26
+ #### NuGet package repository
27
+
28
+ To [ install from NuGet] ( https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor ) , you can run the following command from within Visual Studio:
29
+
30
+ PM> Install-Package Our.Umbraco.DocTypeGridEditor
31
+
32
+ We also have a [ MyGet package repository] ( https://www.myget.org/gallery/umbraco-packages ) - for bleeding-edge / development releases.
24
33
25
34
#### Manual build
26
35
@@ -78,7 +87,7 @@ Have a question?
78
87
79
88
### Special thanks
80
89
81
- * Thanks to [ Jeavon Leopold] ( https://github.com/Jeavon ) for being a rockstar and adding AppVeyor support.
90
+ * Thanks to [ Jeavon Leopold] ( https://github.com/Jeavon ) for being a rockstar and adding AppVeyor & amp ; NuGet support.
82
91
83
92
84
93
## License
You can’t perform that action at this time.
0 commit comments