You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,23 @@ Detailed Documentation
37
37
38
38
**angular-parallax** accepts several attributes to customize the behavior of the directive; detailed instructions coming soon
39
39
40
+
Submitting Issues
41
+
----------------------
42
+
43
+
If your issue appears to be a bug, and hasn't been reported, open a new issue. Providing the following information will increase the chances of your issue being dealt with quickly:
44
+
45
+
***Overview of the Issue** - if an error is being thrown a non-minified stack trace helps
46
+
***Motivation for or Use Case** - explain why this is a bug for you
47
+
***Angular Parallax Version(s)** - is it a regression?
48
+
***Browsers and Operating System** - is this a problem with all browsers or only IE8?
49
+
***Reproduce the Error** - provide a live example (using [Plunker](http://plnkr.co/),
50
+
[JSFiddle](http://jsfiddle.net/), or [CodePen](http://codepen.io/)).
51
+
***Related Issues** - has a similar issue been reported before?
52
+
***Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
53
+
causing the problem (line of code or commit)
54
+
55
+
Here is a great example of a well defined issue: https://github.com/angular/angular.js/issues/5069
0 commit comments