Skip to content

Commit e09104e

Browse files
authored
docs: update GitHub templates (#1627)
1 parent 99ff6ec commit e09104e

File tree

3 files changed

+36
-22
lines changed

3 files changed

+36
-22
lines changed

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

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ assignees: ''
99

1010
### New Issue Checklist
1111
<!--
12-
Please check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse iOS SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).
1818
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md).
1919
- [ ] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue).
20-
- [ ] I can reproduce the issue with the [latest version of the Parse iOS SDK](https://github.com/parse-community/Parse-SDK-iOS-OSX/releases). <!-- We don't investigate issues for outdated releases. -->
21-
- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases).
20+
- [ ] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse ObjC SDK](https://github.com/parse-community/Parse-SDK-iOS-OSX/releases). <!-- We don't investigate issues for outdated releases. -->
2221

2322
### Issue Description
2423
<!-- What is the specific issue? -->
@@ -27,28 +26,16 @@ assignees: ''
2726
<!-- How can someone else reproduce the issue? -->
2827

2928
### Actual Outcome
30-
<!-- What outcome, for example query result, did you get? -->
29+
<!-- What outcome did you get? -->
3130

3231
### Expected Outcome
33-
<!-- What outcome, for example query result, did you expect? -->
34-
35-
### Failing Test Case / Pull Request
36-
<!--
37-
Check one of the following boxes [x] if you added a PR and add the link.
38-
See the contribution guide for guidance, if you get stuck please do ask for help:
39-
https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md
40-
-->
41-
42-
- [ ] 🤩 I submitted a PR with a fix and a test case.
43-
- [ ] 🧐 I submitted a PR with a failing test case.
32+
<!-- What outcome did you expect? -->
4433

4534
### Environment
4635
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
4736

48-
Parse iOS SDK
49-
- SDK version: `FILL_THIS_OUT`
50-
- Operating system (iOS, macOS, watchOS, etc.): `FILL_THIS_OUT`
51-
- Operating system version: `FILL_THIS_OUT`
37+
Client
38+
- Parse ObjC SDK version: `FILL_THIS_OUT`
5239

5340
Server
5441
- Parse Server version: `FILL_THIS_OUT`

.github/ISSUE_TEMPLATE/---2-feature-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ assignees: ''
99

1010
### New Feature / Enhancement Checklist
1111
<!--
12-
Check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse iOS SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### New Pull Request Checklist
2+
<!--
3+
Check every following box [x] before submitting your PR.
4+
Click the "Preview" tab for better readability.
5+
Thanks for contributing to Parse Platform!
6+
-->
7+
8+
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-iOS-OSX/security/policy).
9+
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-iOS-OSX/issues?q=is%3Aissue).
10+
11+
### Issue Description
12+
<!-- Add a brief description of the issue this PR solves. -->
13+
14+
Related issue: #`FILL_THIS_OUT`
15+
16+
### Approach
17+
<!-- Add a description of the approach in this PR. -->
18+
19+
### TODOs before merging
20+
<!--
21+
Add TODOs that need to be completed before merging this PR.
22+
Delete TODOs that do not apply to this PR.
23+
-->
24+
25+
- [ ] Add tests
26+
- [ ] Add entry to changelog
27+
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)

0 commit comments

Comments
 (0)