Skip to content

Commit ca2b250

Browse files
pheeriaKent C. Dodds
authored andcommitted
chore: improve the templates (#380)
* chore(templates): replace to newer repo links * chore: align with issue template * chore: replace http with https * chore: prefer js instead of javascript * chore: return a comment to its previous place * chore: inline links
1 parent 500ffdf commit ca2b250

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ understand what's going on and fix the issue.
88
99
I'll probably ask you to submit the fix (after giving some direction). If you've
1010
never done that before, that's great! Check this free short video tutorial to
11-
learn how: http://kcd.im/pull-request
11+
learn how: https://kcd.im/pull-request
1212
1313
1414
If this is an issue with the documentation, please file an issue in the docs repo:
15-
https://github.com/alexkrolick/testing-library-docs
15+
https://github.com/testing-library/testing-library-docs
1616
1717
-->
1818

@@ -22,7 +22,7 @@ https://github.com/alexkrolick/testing-library-docs
2222

2323
Relevant code or config
2424

25-
```javascript
25+
```js
2626
```
2727

2828
What you did:
@@ -32,7 +32,7 @@ What happened:
3232
<!-- Please provide the full error message/screenshots/anything -->
3333

3434
Reproduction repository:
35-
https://github.com/alexkrolick/dom-testing-library-template
35+
https://github.com/testing-library/dom-testing-library-template
3636

3737
<!--
3838
If possible, please create a repository that reproduces the issue with the

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ about: Bugs, missing documentation, or unexpected behavior 🤔.
1414
1515
We'll probably ask you to submit the fix (after giving some direction). If
1616
you've never done that before, that's great! Check this free short video
17-
tutorial to learn how: http://kcd.im/pull-request
17+
tutorial to learn how: https://kcd.im/pull-request
1818
1919
If this is an issue with the documentation, please file an issue in the docs repo:
2020
https://github.com/testing-library/testing-library-docs

.github/ISSUE_TEMPLATE/Feature_Request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ to work on.
1717
1818
It'd be great if after the discussion you're the one who submits the PR that
1919
implements this feature. If you've never done that before, that's great! Check
20-
this free short video tutorial to learn how: http://kcd.im/pull-request
20+
this free short video tutorial to learn how: https://kcd.im/pull-request
2121
2222
2323
If this is an issue with the documentation, please file an issue in the docs repo:
24-
https://github.com/alexkrolick/testing-library-docs
24+
https://github.com/testing-library/testing-library-docs
2525
-->
2626

2727
### Describe the feature you'd like:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Also, please make sure you're familiar with and follow the instructions in the
88
contributing guidelines (found in the CONTRIBUTING.md file).
99
1010
If you're new to contributing to open source projects, you might find this free
11-
video course helpful: http://kcd.im/pull-request
11+
video course helpful: https://kcd.im/pull-request
1212
1313
Please fill out the information below to expedite the review and (hopefully)
1414
merge of your pull request!
@@ -35,8 +35,9 @@ merge of your pull request!
3535
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->
3636

3737
- [ ] Documentation added to the
38-
[docs site](https://github.com/alexkrolick/testing-library-docs)
39-
- [ ] I've prepared a PR for types targetting https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__dom
38+
[docs site](https://github.com/testing-library/testing-library-docs)
39+
- [ ] I've prepared a PR for types targeting
40+
[DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__dom)
4041
- [ ] Tests
4142
- [ ] Ready to be merged
4243
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ members of the project's leadership.
6969
## Attribution
7070

7171
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
72-
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
72+
version 1.4, available at
73+
[https://contributor-covenant.org/version/1/4][version]
7374

74-
[homepage]: http://contributor-covenant.org
75-
[version]: http://contributor-covenant.org/version/1/4/
75+
[homepage]: https://contributor-covenant.org
76+
[version]: https://contributor-covenant.org/version/1/4/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"end-to-end",
1818
"e2e"
1919
],
20-
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
20+
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com/)",
2121
"license": "MIT",
2222
"engines": {
2323
"node": ">=8"

0 commit comments

Comments
 (0)