Skip to content

Commit 30ecffd

Browse files
authored
docs: Update PR and issue templates (#110)
1 parent 2a89b15 commit 30ecffd

File tree

3 files changed

+31
-52
lines changed

3 files changed

+31
-52
lines changed

.github/ISSUE_TEMPLATE/---1-report-an-issue.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,14 @@ assignees: ''
77

88
---
99

10-
### New Issue Checklist
11-
<!--
12-
Please check the following boxes [x] before submitting your issue.
13-
Click the "Preview" tab for better readability.
14-
Thanks for contributing!
15-
-->
10+
- Report security issues [confidentially](https://parseplatform.org/security).
11+
- Any contribution is under this [license](https://github.com/parse-community/parse-server-api-mail-adapter/blob/alpha/LICENSE).
12+
- Before posting search [existing issues](https://github.com/parse-community/parse-server-api-mail-adapter/issues?q=is%3Aissue).
1613

17-
- [ ] I am not disclosing a [vulnerability](https://github.com/mtrezza/parse-server-api-mail-adapter/security/policy).
18-
- [ ] I am not just asking a [question](https://github.com/mtrezza/parse-server-api-mail-adapter#need-help).
19-
- [ ] I have searched through [existing issues](https://github.com/mtrezza/parse-server-api-mail-adapter/issues?q=is%3Aissue).
20-
- [ ] I can reproduce the issue with the [latest version](https://github.com/mtrezza/parse-server-api-mail-adapter/releases). <!-- We don't investigate issues for outdated releases. -->
14+
### Issue
15+
<!-- Describe the issue, the actual outcome, and the expected outcome. -->
2116

22-
### Issue Description
23-
<!-- What is the specific issue? -->
24-
25-
### Steps to reproduce
26-
<!-- How can someone else reproduce the issue? -->
27-
28-
### Actual Outcome
29-
<!-- What outcome, for example query result, did you get? -->
30-
31-
### Expected Outcome
32-
<!-- What outcome, for example query result, did you expect? -->
33-
34-
### Failing Test Case / Pull Request
35-
<!--
36-
Add a reference if you submitted a PR.
37-
A PR with a failing test case helps us to analyze the issue.
38-
A PR with a test case and a fix helps us to close this issue.
39-
-->
40-
41-
### Environment
17+
### Environment
4218
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
4319

4420
- API Mail Adapter version: `FILL_THIS_OUT`

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Dependabot dependency updates
2+
# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "npm"
7+
# Location of package-lock.json
8+
directory: "/"
9+
# Check daily for updates
10+
schedule:
11+
interval: "daily"
12+
commit-message:
13+
# Set commit message prefix
14+
prefix: "refactor"

.github/pull_request_template.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
### New Pull Request Checklist
2-
<!--
3-
Please check the following boxes [x] before submitting your issue.
4-
Click the "Preview" tab for better readability.
5-
Thanks for contributing!
6-
-->
1+
## Pull Request
72

8-
- [ ] I am not disclosing a [vulnerability](https://github.com/mtrezza/parse-server-api-mail-adapter/security/policy).
9-
- [ ] I am creating this PR in reference to an [issue](https://github.com/mtrezza/parse-server-api-mail-adapter/issues?q=is%3Aissue).
3+
- Report security issues [confidentially](https://parseplatform.org/security).
4+
- Any contribution is under this license of this repository.
105

11-
### Issue Description
12-
<!-- Add a brief description of the issue this PR solves. -->
6+
## Issue
7+
<!-- Add the link to the issue that this PR closes. -->
138

14-
Related issue: FILL_THIS_OUT
9+
## Approach
10+
<!-- Describe the changes in this PR. -->
1511

16-
### Approach
17-
<!-- Add a description of the approach in this PR. -->
12+
## Tasks
13+
<!-- Delete tasks that don't apply. -->
1814

19-
### TODOs before merging
20-
<!--
21-
Add TODOs that need to be completed before merging this PR.
22-
Delete suggested TODOs that do not apply to this PR.
23-
-->
24-
25-
- [ ] Add test cases
26-
- [ ] Add entry to changelog
27-
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
15+
- [ ] Add tests
16+
- [ ] Add changes to documentation (guides, repository pages, code comments)

0 commit comments

Comments
 (0)