Skip to content

Commit e61b8fe

Browse files
evandrocoangaborbernat
authored andcommitted
Used relative paths instead of absolute URLs (#1120)
Also fixed .github/PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst
1 parent d429fcb commit e61b8fe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ much about the checklist - we will help you get started.
55

66
## Contribution checklist:
77

8-
(also see [CONTRIBUTING.rst](https://github.com/tox-dev/tox/tree/master/CONTRIBUTING.rst) for details)
8+
(also see [CONTRIBUTING.rst](/CONTRIBUTING.rst) for details)
99

1010
- [ ] wrote descriptive pull request text
1111
- [ ] added/updated test(s)
1212
- [ ] updated/extended the documentation
1313
- [ ] added relevant [issue keyword](https://help.github.com/articles/closing-issues-using-keywords/)
1414
in message body
15-
- [ ] added news fragment in [changelog folder](https://github.com/tox-dev/tox/tree/master/docs/changelog)
15+
- [ ] added news fragment in [changelog folder](/docs/changelog)
1616
* fragment name: `<issue number>.<type>.rst` for example (588.bugfix.rst)
1717
* `<type>` is must be one of `bugfix`, `feature`, `deprecation`,`breaking`, `doc`, `misc`
1818
* if pr has no issue: consider creating one first or change it to the pr number after creating the pr
1919
* "sign" fragment with "by @<your username>"
2020
* please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by :user:`superuser`."
21-
* also see [examples](https://github.com/tox-dev/tox/tree/master/changelog/examples.rst)
21+
* also see [examples](/docs/changelog/examples.rst)
2222
- [ ] added yourself to `CONTRIBUTORS` (preserving alphabetical order)

docs/changelog/1120.doc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs - by :user:`evandrocoan`
2+
Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst - by :user:`evandrocoan`

0 commit comments

Comments
 (0)