diff --git a/.github/ISSUE_TEMPLATE/---1-report-an-issue.md b/.github/ISSUE_TEMPLATE/---1-report-an-issue.md index 2155f69..a0d2c77 100644 --- a/.github/ISSUE_TEMPLATE/---1-report-an-issue.md +++ b/.github/ISSUE_TEMPLATE/---1-report-an-issue.md @@ -7,38 +7,14 @@ assignees: '' --- -### New Issue Checklist - +- Report security issues [confidentially](https://parseplatform.org/security). +- Any contribution is under this [license](https://github.com/parse-community/parse-server-api-mail-adapter/blob/alpha/LICENSE). +- Before posting search [existing issues](https://github.com/parse-community/parse-server-api-mail-adapter/issues?q=is%3Aissue). -- [ ] I am not disclosing a [vulnerability](https://github.com/mtrezza/parse-server-api-mail-adapter/security/policy). -- [ ] I am not just asking a [question](https://github.com/mtrezza/parse-server-api-mail-adapter#need-help). -- [ ] I have searched through [existing issues](https://github.com/mtrezza/parse-server-api-mail-adapter/issues?q=is%3Aissue). -- [ ] I can reproduce the issue with the [latest version](https://github.com/mtrezza/parse-server-api-mail-adapter/releases). +### Issue + -### Issue Description - - -### Steps to reproduce - - -### Actual Outcome - - -### Expected Outcome - - -### Failing Test Case / Pull Request - - -### Environment +### Environment - API Mail Adapter version: `FILL_THIS_OUT` diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ebfc2b2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Dependabot dependency updates +# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" + # Location of package-lock.json + directory: "/" + # Check daily for updates + schedule: + interval: "daily" + commit-message: + # Set commit message prefix + prefix: "refactor" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 72aeb06..ff325ad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,27 +1,16 @@ -### New Pull Request Checklist - +## Pull Request -- [ ] I am not disclosing a [vulnerability](https://github.com/mtrezza/parse-server-api-mail-adapter/security/policy). -- [ ] I am creating this PR in reference to an [issue](https://github.com/mtrezza/parse-server-api-mail-adapter/issues?q=is%3Aissue). +- Report security issues [confidentially](https://parseplatform.org/security). +- Any contribution is under this license of this repository. -### Issue Description - +## Issue + -Related issue: FILL_THIS_OUT +## Approach + -### Approach - +## Tasks + -### TODOs before merging - - -- [ ] Add test cases -- [ ] Add entry to changelog -- [ ] Add changes to documentation (guides, repository pages, in-code descriptions) \ No newline at end of file +- [ ] Add tests +- [ ] Add changes to documentation (guides, repository pages, code comments)