dejafu/.github/PULL_REQUEST_TEMPLATE

46 lines
832 B
Plaintext
Raw Normal View History

2018-02-04 21:12:50 +03:00
## Summary
What does this pull request do?
**To do:**
If this pull request is a work-in-progress, add a checklist here of
the remaining tasks so it's clear what still needs to be done.
**Related issues:**
If this pull request is related to any other issues, list them here.
## Checklist
2018-02-12 16:33:30 +03:00
**If this is fixing a bug or adding a feature:**
2018-02-04 21:12:50 +03:00
2018-02-12 16:33:30 +03:00
- [ ] Add new tests to dejafu-tests
2018-02-04 21:12:50 +03:00
2018-02-12 16:33:30 +03:00
**If this is removing an unsupported GHC version:**
2018-02-04 21:12:50 +03:00
2018-02-12 16:33:30 +03:00
- [ ] Bump the lower bound on `base`
- [ ] Go through the other dependencies and bump any appropriate lower
bounds
- [ ] Remove any now-unnecessary conditional compilation
2018-02-04 21:12:50 +03:00
## Benchmark results (for performance issues)
**Before:**
```
$ stack exec -- dejafu-tests +RTS -s
...put your results here...
```
**After:**
```
$ stack exec -- dejafu-tests +RTS -s
...put your results here...
```