diff --git a/issue_template.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 57% rename from issue_template.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md index 2336ea2..bba9c5b 100644 --- a/issue_template.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,16 +1,14 @@ +--- +name: ⚠️ Bug Report +about: Something isn't working as expected + +--- + -**I'm submitting a ...** (check one with "x") - -[ ] Regression (a behavior that used to work and stopped working in a new release) -[ ] Bug report -[ ] Feature request -[ ] Documentation issue or request - **My integration setup** - [ ] CocoaPods cocoapods-xcremotecache plugin [ ] Automatic integration wusingith `xcprepare integrate ...` @@ -21,34 +19,30 @@ PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATI **Minimal reproduction of the problem with instructions** - - -**What is the use case for changing the behavior?** - + **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 +* `xcprepare stats` (or `XCRC/xcprepare stats` for CocoaPods) +-->
 [REPLACE THIS WITH YOUR INFORMATION] 
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..b764d1b --- /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 wusingith `xcprepare integrate ...` +[ ] Manual integration +[ ] Carthage