Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 8436e82

Browse files
Ed MoralesEd Morales
Ed Morales
authored and
Ed Morales
committedJul 14, 2016
Initial commit
0 parents  commit 8436e82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2029
-0
lines changed
 

‎.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

‎.github/ISSUE_TEMPLATE.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
This repository's issues are reserved for feature requests and bug reports.
2+
3+
### Do you want to request a *feature* or report a *bug*?
4+
5+
#### Feature Request
6+
7+
please first make sure your request falls under the official Material Design spec guidelines https://material.google.com/
8+
9+
#### Bug Report
10+
11+
please provide steps to reproduce and if possible screenhots or animated Gifs.
12+
you can easily create animated Gif with this free PC/OSX App: http://www.cockos.com/licecap/
13+
14+
##### Screenshots or link to CodePen/Plunker/JSfiddle
15+
16+
17+
#### What is the expected behavior?
18+
19+
20+
#### What is the motivation / use case for changing the behavior?
21+
22+
23+
#### Which version of Angular and Material, and which browser and OS does this issue affect?
24+
25+
Did this work in previous versions of Angular / Material?
26+
Please also test with the latest stable and snapshot versions.
27+
28+
29+
##### Other information
30+
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)

0 commit comments

Comments
 (0)
This repository has been archived.