Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 3e36632

Browse files
authored
Issue templates (ChartsOrg#3278)
* Added GitHub issue and PR templates. * Updated templates * Update ISSUE_TEMPLATE.md **Charts version** --> **Charts version/Branch/Commit Number:**
1 parent 695979e commit 3e36632

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
> ℹ Please fill out this template when filing an issue.
2+
> All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
3+
>
4+
> Per our [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md), we use GitHub for
5+
> bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag [`ios-charts`.](https://stackoverflow.com/questions/tagged/ios-charts)
6+
>
7+
> Please remove this line and everything above it before submitting.
8+
9+
* [ ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md).
10+
11+
## What did you do?
12+
13+
ℹ Please replace this with what you did.
14+
15+
## What did you expect to happen?
16+
17+
ℹ Please replace this with what you expected to happen.
18+
19+
## What happened instead?
20+
21+
ℹ Please replace this with of what happened instead.
22+
23+
## Charts Environment
24+
25+
**Charts version/Branch/Commit Number:**
26+
**Xcode version:**
27+
**Swift version:**
28+
**Platform(s) running Charts:**
29+
**macOS version running Xcode:**
30+
31+
## Demo Project
32+
33+
ℹ Please link to or upload a project we can download that reproduces the issue.

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Issue Link :link:
2+
<!-- What issue does this fix? If an issue doesn't exist, remove this section. -->
3+
4+
### Goals :soccer:
5+
<!-- List the high-level objectives of this pull request. -->
6+
<!-- Include any relevant context. -->
7+
8+
### Implementation Details :construction:
9+
<!-- Explain the reasoning behind any architectural changes. -->
10+
<!-- Highlight any new functionality. -->
11+
12+
### Testing Details :mag:
13+
<!-- Describe what tests you've added for your changes. -->

0 commit comments

Comments
 (0)