diff --git a/README.md b/README.md index 720800b..70cce27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 0.0.63-development +# dizqueTV 0.0.64-prerelease ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..5e07863 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,18 @@ +### Explanation of the changes, problem that they are intended to fix. + +... + +### All Submissions: + +* [ ] I have read the code of conduct. +* [ ] I am submitting to the correct base branch (Currently *ALL* PRs must go to `dev/0.0.x` ) + +### Changes that modify the db structure + +* [ ] Backwards compatibility: Users running the new code using an existing .disquetv folder will not lose their channels / settings. +* [ ] I've implemented the necessary db migration steps if any. + +### New features + +* [ ] I understand that the feature may not be accepted if it doesn't fit the upstream app's planned design direction. But that in this case I am encouraged to share this as an available modification other users can use if they want. + diff --git a/src/constants.js b/src/constants.js index 826c9a9..1b3f932 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.63-prerelease" + VERSION_NAME: "0.0.64-prerelease" }