Skip to content

Commit 0f82f12

Browse files
committed
Update Contributing+Templates
1 parent 4ac3782 commit 0f82f12

File tree

4 files changed

+8
-21
lines changed

4 files changed

+8
-21
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Tell us what happens instead
3030

3131
- [name](href)
3232

33-
[Feature]: https://github.com/evanplaice/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&title=feat()&labels=feature
33+
[Feature]: https://github.com/typeiii/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&labels=feature
3434
[StackOverflow]: https://stackoverflow.com/questions/tagged/jquery-csv?mixed=1

.github/ISSUE_TEMPLATES/FEAT_TEMPLATE.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ A brief description of what the feature aims to accomplish
99

1010
## Checklist
1111

12-
- [ ] Is this API breaking?
1312
- [ ] 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?
1814

1915
## Details
2016

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. -->
2218

2319
## References
2420

2521
- [name](href)
2622

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]. -->
3024

31-
[Specification]: https://github.com/evanplaice/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&title=spec()&labels=specification
25+
[Specification]: https://github.com/typeiii/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&labels=specification

.github/ISSUE_TEMPLATES/SPEC_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Add code snippets and/or a more in-depth description of the implementation detai
1919
## References
2020

2121
- [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.*

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
If you don't know where to start, take a look at the [Roadmap][Roadmap] of proposed changes for the next release.
2-
31
# How You Can Help
42

53
## Non-code contributions
64

75
- If you'd like to edit/update the documentation, submit a Pull Request
86
- 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]
107
- If you'd like to assist other users of jquery-csv, answer qustions on [StackOverflow][StackOverflow]
118
- If you'd like to promote this project, write articles or blog posts and link back to the project
129

@@ -37,10 +34,8 @@ If you don't know where to start, take a look at the [Roadmap][Roadmap] of propo
3734
- Make superficial changes (ie style/structure) to existing code
3835
- Make API breaking changes unless they're clearly documented in a Specification
3936

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
4338
[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
4641
[Forking Workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow

0 commit comments

Comments
 (0)