Skip to content

Commit 334ba29

Browse files
Merge pull request #1417 from apollographql/add/issue-template
Add issue templates for bugs, features, and questions
2 parents 3a16ff5 + b8c76dd commit 334ba29

3 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Use this template for submitting bug reports.
4+
---
5+
6+
## Bug report
7+
8+
Please replace this line with a short description of the problem. Make sure you've read `CHANGELOG.md` in the root of the repo to make sure a new version hasn't already addressed your problem!
9+
10+
## Versions
11+
12+
Please fill in the versions you're currently using:
13+
14+
- `apollo-ios` SDK version:
15+
- Xcode version:
16+
- Swift version:
17+
18+
## Steps to reproduce
19+
20+
Please replace this line with steps to reproduce the problem.
21+
22+
## Further details
23+
24+
Please replace this line with any further details or context necessary to understand the problem. Delete this section if you don't have anything further to add.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Use this template for requesting new features or significant changes to existing features.
4+
---
5+
6+
7+
## Feature request
8+
9+
Please replace this line with a short description of the feature you're requesting.
10+
11+
## Motivation
12+
13+
Please replace this line with an explanation for why you would like this feature added.
14+
15+
## Proposed solution
16+
17+
Please replace this line with any proposed solution you have already started to work on. Delete this section if you don't have a proposed solution.
18+
19+
## Outstanding Questions
20+
21+
Please replace this line with any known question marks around how your feature would work. Delete this section if you don't have any outstanding questions.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Question
3+
about: Use this template to ask questions.
4+
labels: question
5+
---
6+
7+
8+
## Question
9+
10+
Before you ask, check a few things to see if there might already be an answer:
11+
12+
- `CHANGELOG.md` has all the most recent changes
13+
- We have [extensive documentation available](https://www.apollographql.com/docs/ios), but we're always looking for ways to improve it!
14+
15+
If you still can't find the answer, please delete the text in this section and replace it with your question.
16+
17+
## Versions
18+
19+
Please fill in the versions you're currently using:
20+
21+
- `apollo-ios` SDK version:
22+
- Xcode version:
23+
- Swift version:

0 commit comments

Comments
 (0)