|
1 |
| -If you don't know where to start, take a look at the [Roadmap][Roadmap] of proposed changes for the next release. |
2 |
| - |
3 | 1 | # How You Can Help
|
4 | 2 |
|
5 | 3 | ## Non-code contributions
|
6 | 4 |
|
7 | 5 | - If you'd like to edit/update the documentation, submit a Pull Request
|
8 | 6 | - If you'd like to start a dialog, post a new [Discussion][Discussion]
|
9 |
| -- If you'd like to mention a project where jquery is used, post a comment in the [Mentions][Mentions] |
10 | 7 | - If you'd like to assist other users of jquery-csv, answer qustions on [StackOverflow][StackOverflow]
|
11 | 8 | - If you'd like to promote this project, write articles or blog posts and link back to the project
|
12 | 9 |
|
@@ -37,10 +34,8 @@ If you don't know where to start, take a look at the [Roadmap][Roadmap] of propo
|
37 | 34 | - Make superficial changes (ie style/structure) to existing code
|
38 | 35 | - Make API breaking changes unless they're clearly documented in a Specification
|
39 | 36 |
|
40 |
| -[Roadmap]: https://github.com/evanplaice/jquery-csv/issues/92 |
41 |
| -[Discussion]: https://github.com/evanplaice/jquery-csv/issues/new?template=DISC_TEMPLATE.md&title=disc()&labels=discussion |
42 |
| -[Mentions]: https://github.com/evanplaice/jquery-csv/issues/97 |
| 37 | +[Discussion]: https://github.com/typeiii/jquery-csv/issues/new?template=DISC_TEMPLATE.md&labels=discussion |
43 | 38 | [StackOverflow]: https://stackoverflow.com/questions/tagged/jquery-csv?mixed=1
|
44 |
| -[Feature]: https://github.com/evanplaice/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&title=feat()&labels=feature |
45 |
| -[Specification]: https://github.com/evanplaice/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&title=spec()&labels=specification |
| 39 | +[Feature]: https://github.com/typeiii/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&labels=feature |
| 40 | +[Specification]: https://github.com/typeiii/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&labels=specification |
46 | 41 | [Forking Workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow
|
0 commit comments