-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from polac24/issue-template
Add issue templates
- Loading branch information
Showing
3 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
name: ⚠️ Bug Report | ||
about: Something isn't working as expected | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. | ||
--> | ||
|
||
**My integration setup** | ||
|
||
[ ] CocoaPods cocoapods-xcremotecache plugin | ||
[ ] Automatic integration using `xcprepare integrate ...` | ||
[ ] Manual integration | ||
[ ] Carthage | ||
|
||
**Expected/desired behavior** | ||
<!-- Describe what the desired behavior would be. --> | ||
|
||
**Minimal reproduction of the problem with instructions** | ||
<!-- Please provide the *STEPS TO REPRODUCE*. --> | ||
|
||
**Producer Logs** | ||
<!-- Capture logs from 10 minutes: `log show --predicate 'sender BEGINSWITH "xc"' --style compact --info --debug -last 10m` --> | ||
|
||
<details> | ||
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre> | ||
</details> | ||
|
||
**Consumer Logs** | ||
<!-- Capture logs from 10 minutes: `log show --predicate 'sender BEGINSWITH "xc"' --style compact --info --debug -last 10m` --> | ||
|
||
<details> | ||
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre> | ||
</details> | ||
|
||
**Pods/Carthage file** | ||
<!-- Delete if you don't use CocoaPods or Carthage --> | ||
|
||
<details> | ||
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre> | ||
</details> | ||
|
||
**Environment** | ||
|
||
* **XCRemoteCache:** X.Y.Z | ||
* **cocoapods-xcremotecache:** X.Y.Z <!-- check with `gem list cocoapods-xcremotecache` > | ||
* **HTTP cache server:** ... <!-- e.g. demo docker, nginx, AWS etc. > | ||
* **Xcode:** X.Y.Z | ||
|
||
**Post build stats** | ||
<!-- | ||
To capture build statistics: | ||
* call `xcprepare stats --reset` (or `XCRC/xcprepare stats --reset` for CocoaPods) | ||
* Build a project in Xcode | ||
* `xcprepare stats` (or `XCRC/xcprepare stats` for CocoaPods) | ||
--> | ||
|
||
<details> | ||
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre> | ||
</details> | ||
|
||
**Others** | ||
<!-- Anything else relevant? Operating system version, , ... --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: 📕 Documentation Issue | ||
about: Suggestion for a change in a documentation | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. | ||
--> | ||
|
||
**A suggestion** | ||
<!-- Describe how could the documentation be improved. --> | ||
|
||
**Which file, section, line** | ||
<!-- Provide a section it relates (if exist). --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: 🙏 Future Request | ||
about: Suggestion for an improvement, either behaviour or implementation | ||
|
||
--- | ||
|
||
<!-- | ||
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION. | ||
--> | ||
|
||
|
||
**Expected/desired behavior** | ||
<!-- Describe what the desired behavior would be. --> | ||
|
||
**Relevant integration setup** | ||
|
||
[ ] CocoaPods cocoapods-xcremotecache plugin | ||
[ ] Automatic integration using `xcprepare integrate ...` | ||
[ ] Manual integration | ||
[ ] Carthage |