Skip to content

Commit

Permalink
Merge pull request #1813 from informalsystems/shon/update-pr-template
Browse files Browse the repository at this point in the history
Update PR template
  • Loading branch information
Shon Feder committed May 24, 2022
2 parents d1b4c2b + fafa6f0 commit 597f39f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
- [ ] Tests added for any new code
- [ ] Ran `make fmt-fix` (or had formatting run automatically on all files edited)
- [ ] Documentation added for any new functionality
- [ ] Entry added to [UNRELEASED.md](./UNRELEASED.md) for any new functionality
- [ ] Entries added to [./unreleased/][unreleased] for any new functionality

[unreleased]: https://github.com/informalsystems/apalache/tree/unstable/.unreleased
26 changes: 0 additions & 26 deletions UNRELEASED.md

This file was deleted.

1 change: 0 additions & 1 deletion script/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ exports () {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export PROJ_ROOT="${DIR}/.."
export UNRELEASED="${PROJ_ROOT}/UNRELEASED.md"
export CHANGES="${PROJ_ROOT}/CHANGES.md"
export RELEASE_NOTES="${PROJ_ROOT}/RELEASE.md"
}
Expand Down

0 comments on commit 597f39f

Please sign in to comment.