Skip to content

Commit fa9ef1b

Browse files
zlonastphilderbeast
andcommitted
Fix typo and use a relative URL
Rerun tests to get normalised output Co-authored-by: Phil de Joux <philderbeast@gmail.com>
1 parent c5c2072 commit fa9ef1b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Please read [Github PR Conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#github-pull-request-conventions) and then fill in *one* of these two templates.
1+
Please read [Github PR Conventions](CONTRIBUTING.md#github-pull-request-conventions) and then fill in *one* of these two templates.
22

33
---
44

5-
**Template Α: This PR modifies [behaviour or interface](https://github.com/cabalism/cabal/blob/master/CONTRIBUTING.md#changelog)**
5+
**Template Α: This PR modifies [behaviour or interface](CONTRIBUTING.md#changelog)**
66

77
Include the following checklist in your PR:
88

9-
* [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).
10-
* [ ] Any changes that could be relevant to users [have been recorded in the changelog](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#changelog).
11-
* [ ] [Is the change significant?](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#is-my-change-significant) If so, remember to add `significance: significant` in the changelog file.
9+
* [ ] Patches conform to the [coding conventions](CONTRIBUTING.md#other-conventions).
10+
* [ ] Any changes that could be relevant to users [have been recorded in the changelog](CONTRIBUTING.md#changelog).
11+
* [ ] [Is the change significant?](CONTRIBUTING.md#is-my-change-significant) If so, remember to add `significance: significant` in the changelog file.
1212
* [ ] The documentation has been updated, if necessary.
13-
* [ ] [Manual QA notes](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#qa-notes) have been included.
13+
* [ ] [Manual QA notes](CONTRIBUTING.md#qa-notes) have been included.
1414
* [ ] Tests have been added. (*Ask for help if you don’t know how to write them! Ask for an exemption if tests are too complex for too little coverage!*)
1515

1616
---
@@ -21,5 +21,5 @@ Include the following checklist in your PR:
2121

2222
Include the following checklist in your PR:
2323

24-
* [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).
24+
* [ ] Patches conform to the [coding conventions](CONTRIBUTING.md#other-conventions).
2525
* [ ] Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ gh pr create --template pull_request_template.md
407407
```
408408
409409
This way you will not erase the
410-
[PR template](https://github.com/haskell/cabal/blob/master/.github/pull_request_template.md)
410+
[PR template](.github/pull_request_template.md)
411411
all contributors use.
412412
413413
## Changelog
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# cabal v2-sdist
2-
Wrote tarball sdist to /home/philderbeast/dev/src/cabalism/cabal/cabal-testsuite/PackageTests/SDist/Respect-Project-File/dist-newstyle/sdist/p-0.1.tar.gz
2+
Wrote tarball sdist to <ROOT>/dist-newstyle/sdist/uv-0.1.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# cabal v2-sdist
2-
Wrote tarball sdist to /home/philderbeast/dev/src/cabalism/cabal/cabal-testsuite/PackageTests/SDist/Respect-Project-File/dist-newstyle/sdist/p-0.1.tar.gz
2+
Wrote tarball sdist to <ROOT>/dist-newstyle/sdist/uv-0.1.tar.gz

0 commit comments

Comments
 (0)