Skip to content

Commit

Permalink
Merge pull request #83 from polac24/issue-template
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
polac24 authored Feb 14, 2022
2 parents a38d445 + d98d4cd commit f086feb
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
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, , ... -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md
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). -->

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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

0 comments on commit f086feb

Please sign in to comment.