diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..c047a20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,65 @@ +--- +name: ⚠️ Bug Report +about: Something isn't working as expected + +--- + + + +**My integration setup** + +[ ] CocoaPods cocoapods-xcremotecache plugin +[ ] Automatic integration using `xcprepare integrate ...` +[ ] Manual integration +[ ] Carthage + +**Expected/desired behavior** + + +**Minimal reproduction of the problem with instructions** + + +**Producer Logs** + + +
+
 [REPLACE THIS WITH YOUR INFORMATION] 
+
+ +**Consumer Logs** + + +
+
 [REPLACE THIS WITH YOUR INFORMATION] 
+
+ +**Pods/Carthage file** + + +
+
 [REPLACE THIS WITH YOUR INFORMATION] 
+
+ +**Environment** + +* **XCRemoteCache:** X.Y.Z +* **cocoapods-xcremotecache:** X.Y.Z + +
+
 [REPLACE THIS WITH YOUR INFORMATION] 
+
+ +**Others** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md b/.github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md new file mode 100644 index 0000000..41b4189 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md @@ -0,0 +1,16 @@ +--- +name: 📕 Documentation Issue +about: Suggestion for a change in a documentation + +--- + + + +**A suggestion** + + +**Which file, section, line** + + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..dfef01e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,20 @@ +--- +name: 🙏 Future Request +about: Suggestion for an improvement, either behaviour or implementation + +--- + + + + +**Expected/desired behavior** + + +**Relevant integration setup** + +[ ] CocoaPods cocoapods-xcremotecache plugin +[ ] Automatic integration using `xcprepare integrate ...` +[ ] Manual integration +[ ] Carthage