Use a .gitignore, local to the test.
[cabal.git] / .github / pull_request_template.md
blob8b36d1830257a97f732a63ca118ac6d8140376c5
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.
3 ---
5 **Template Α: This PR modifies `cabal` behaviour**
7 Include the following checklist in your PR:
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 * [ ] The documentation has been updated, if necessary.
12 * [ ] [Manual QA notes](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#qa-notes) have been included.
13 * [ ] 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!*)
15 ---
17 **Template Β: This PR does not modify `cabal` behaviour (documentation, tests, refactoring, etc.)**
19 Include the following checklist in your PR:
21 * [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).