From a04187b3f0eede7f2fc1fa9c1da2c1814d95689c Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 3 Jan 2019 18:59:11 -0200 Subject: [PATCH 1/2] Used relative paths instead of absolute URLs and fixed .github/PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3da9f8c53..3e1835ccf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,18 +5,18 @@ much about the checklist - we will help you get started. ## Contribution checklist: -(also see [CONTRIBUTING.rst](https://github.com/tox-dev/tox/tree/master/CONTRIBUTING.rst) for details) +(also see [CONTRIBUTING.rst](/CONTRIBUTING.rst) for details) - [ ] wrote descriptive pull request text - [ ] added/updated test(s) - [ ] updated/extended the documentation - [ ] added relevant [issue keyword](https://help.github.com/articles/closing-issues-using-keywords/) in message body -- [ ] added news fragment in [changelog folder](https://github.com/tox-dev/tox/tree/master/docs/changelog) +- [ ] added news fragment in [changelog folder](/docs/changelog) * fragment name: `..rst` for example (588.bugfix.rst) * `` is must be one of `bugfix`, `feature`, `deprecation`,`breaking`, `doc`, `misc` * if pr has no issue: consider creating one first or change it to the pr number after creating the pr * "sign" fragment with "by @" * please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by :user:`superuser`." - * also see [examples](https://github.com/tox-dev/tox/tree/master/changelog/examples.rst) + * also see [examples](/docs/changelog/examples.rst) - [ ] added yourself to `CONTRIBUTORS` (preserving alphabetical order) From 0e640cfa2719e155282f377539eb9156696c49ac Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 3 Jan 2019 19:02:52 -0200 Subject: [PATCH 2/2] Created docs/changelog/1120.doc.rst --- docs/changelog/1120.doc.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/changelog/1120.doc.rst diff --git a/docs/changelog/1120.doc.rst b/docs/changelog/1120.doc.rst new file mode 100644 index 000000000..20ff801bc --- /dev/null +++ b/docs/changelog/1120.doc.rst @@ -0,0 +1,2 @@ +Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs - by :user:`evandrocoan` +Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst - by :user:`evandrocoan`