diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 80ecab74b..2680bc5e3 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -6,5 +6,5 @@ labels: 'documentation' ## 📚 Documentation -(A clear and concise description of what the issue is.) +Please open an issue https://github.com/supertokens/docs/issues instead. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 83838868d..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: ❓ Questions/Help -about: If you have questions, please check our Discord -labels: 'questions' ---- - -## ❓ Questions and Help - -Please read [Contributing Guidelines on questions](https://github.com/supertokens/supertokens-core/blob/master/CONTRIBUTING.md#where-to-ask-questions) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb4e24624..27b48fc06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,17 +9,12 @@ Happy contributing! --> -## Link to a github issue if relevant +## Related issues +- Link to issue1 here +- Link to issue1 here -(Link the github issue here) - -## Motivation - -(Write your motivation here.) - -### Have you read the [Contributing Guidelines on pull requests](https://github.com/supertokens/supertokens-core/blob/master/CONTRIBUTING.md#pull-request)? - -(Write your answer here.) +## Summary of change +(A few sentences about this PR) ## Test Plan @@ -27,4 +22,15 @@ Happy contributing! ## Documentation changes -(If this PR adds or changes functionality, please take some time to point to the relevant documentation that we should update - https://supertokens.io/docs/community/getting-started/installation) +(If relevant, please create a PR in our [docs repo](https://github.com/supertokens/docs), or create a checklist here highlighting the necessary changes) + +## Checklist for important updates +- [ ] Changelog has been updated +- [ ] `coreDriverInterfaceSupported.json` file has been updated (if needed) +- [ ] Changes to the version if needed + - In `build.gradle` +- [ ] Had installed and ran the pre-commit hook + +## Remaining TODOs for this PR +- [ ] Item1 +- [ ] Item2 \ No newline at end of file diff --git a/.github/workflows/github-actions-changelog.yml b/.github/workflows/github-actions-changelog.yml new file mode 100644 index 000000000..a25302f90 --- /dev/null +++ b/.github/workflows/github-actions-changelog.yml @@ -0,0 +1,15 @@ +name: "Pull Request Workflow" +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] + +jobs: + # Enforces the update of a changelog file on every pull request + changelog: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: dangoslen/changelog-enforcer@v2 + with: + changeLogPath: 'CHANGELOG.md' + skipLabels: 'Skip-Changelog' \ No newline at end of file diff --git a/cli/jar/cli.jar b/cli/jar/cli.jar index c2eb6ba3c..a39a03768 100644 Binary files a/cli/jar/cli.jar and b/cli/jar/cli.jar differ diff --git a/downloader/jar/downloader.jar b/downloader/jar/downloader.jar index b0bb6b47c..d63377eda 100644 Binary files a/downloader/jar/downloader.jar and b/downloader/jar/downloader.jar differ diff --git a/jar/core-3.4.1.jar b/jar/core-3.4.1.jar index ecc38a271..17e079390 100644 Binary files a/jar/core-3.4.1.jar and b/jar/core-3.4.1.jar differ