Skip to content

Commit 556cd14

Browse files
committed
Add CONTRIBUTING.md
1 parent adddd08 commit 556cd14

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

Diff for: CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Long-Term Development
2+
3+
1.0 will be the first long-term stable release. The API will be locked until the next major release. New functionality-breaking and/or backwards incompatible changes will be introduced into the master branch.
4+
5+
## Short-Term Development
6+
7+
0.8.0 The first stable release following the migration to GitHub from Google Code.
8+
9+
* The parser is fully featured and mostly bug free
10+
* The TODO list includes re-vamping of the Documentation & examples
11+
* Tests will be revisited and work will be done to add headless browser testing support.
12+
* NPM support will be added
13+
* Hopefully, Bower support can be transferred over from Mirlord and updated to the latest.
14+
15+
## How You Can Help
16+
17+
**Run the test runner:** Just run the **tests** in your particular brand of browser and report any failures.
18+
19+
**We need performance tests:** Performance tests in javascript would add a lot of value to the project. If that's your forte, don't be shy.
20+
21+
**Provide feedback:** If you have a good suggestion, a useful use case, or just want to share your experience, don't hesitate to get involved.
22+
23+
Without your contributions and the contributions of the community, this would be just another half-baked CSV to add to the pile of literally thousands of broken/incomplete implementations. The quality of projects like these is a direct result of a greater community that is willing to suggest improvements and test the code.

Diff for: README.md

-24
Original file line numberDiff line numberDiff line change
@@ -163,30 +163,6 @@ The link to the stub:
163163

164164
[node-usage.js](http://evanplaice.github.io/jquery-csv/examples/node-usage.js)
165165

166-
## Long-Term Development
167-
168-
1.0 will be the first long-term stable release. The API will be locked until the next major release. New functionality-breaking and/or backwards incompatible changes will be introduced into the master branch.
169-
170-
## Short-Term Development
171-
172-
0.8.0 The first stable release following the migration to GitHub from Google Code.
173-
174-
* The parser is fully featured and mostly bug free
175-
* The TODO list includes re-vamping of the Documentation & examples
176-
* Tests will be revisited and work will be done to add headless browser testing support.
177-
* NPM support will be added
178-
* Hopefully, Bower support can be transferred over from Mirlord and updated to the latest.
179-
180-
## How You Can Help
181-
182-
**Run the test runner:** Just run the **tests** in your particular brand of browser and report any failures.
183-
184-
**We need performance tests:** Performance tests in javascript would add a lot of value to the project. If that's your forte, don't be shy.
185-
186-
**Provide feedback:** If you have a good suggestion, a useful use case, or just want to share your experience, don't hesitate to get involved.
187-
188-
Without your contributions and the contributions of the community, this would be just another half-baked CSV to add to the pile of literally thousands of broken/incomplete implementations. The quality of projects like these is a direct result of a greater community that is willing to suggest improvements and test the code.
189-
190166
**jQuery-CSV** coding style is inherited from the [JQuery Core Style Guidelines](https://contribute.jquery.org/style-guide/)
191167

192168
by **Evan Plaice**

0 commit comments

Comments
 (0)