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: .github/ISSUE_TEMPLATES/FEAT_TEMPLATE.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,17 @@ A brief description of what the feature aims to accomplish
9
9
10
10
## Checklist
11
11
12
-
-[ ] Is this API breaking?
13
12
-[ ] Is this tested?
14
-
-[ ] Is documentation required?
15
-
-[ ] Will you be taking ownership of this change?
16
-
17
-
*Note: Don't worry about leaving these unchecked. These exist to quickly identify common requirements.*
13
+
-[ ] Is documentation up-to-date?
18
14
19
15
## Details
20
16
21
-
Add a loose outline. Don't worry about implementation specifics yet. Feature requests are intended to start a dialog. If this is good to move forward, a specification will be created to outline the implementation details.
17
+
<!--Add a loose outline. Don't worry about implementation specifics yet. Feature requests are intended to start a dialog. If this is good to move forward, a specification will be created to outline the implementation details.-->
22
18
23
19
## References
24
20
25
21
-[name](href)
26
22
27
-
When this feature is ready to move on to implementation, create a [Specification][Specification].
28
-
29
-
*Note: If you're confused and need help getting started, ask lots of questions in the comments. Your contributions are appreciated and your effort is welcome, even if that requires discussing development practices that fall outside the scope of this project.*
23
+
<!-- When this feature is ready to move on to implementation, create a [Specification][Specification]. -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATES/SPEC_TEMPLATE.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,3 @@ Add code snippets and/or a more in-depth description of the implementation detai
19
19
## References
20
20
21
21
-[name](href)
22
-
23
-
*Note: If you're confused and need help getting started, ask lots of questions in the comments. Your contributions are appreciated and your effort is welcome, even if that requires discussing development practices that fall outside the scope of this project.*
Yes, you read that right. It's now possible to open local files in the browser without firing a single request to the server.
142
142
143
143
The functionality is still pretty new so not all browsers support it (I'm looking @ you IE). If that's not an issue I highly suggest you try it. It's much easier than the traditional client/server approach.
@@ -152,7 +152,7 @@ You can input the data set using either the text area provided or via uploading
152
152
153
153
Want to plot 5 data sets on the same grid, no problem; Just upload 5 files containing one dataset each. The jQuery-CSV will handle the plumbing while Flot will make it all look pretty.
0 commit comments