From 0436f6ae27291e88027ff38fc3aefba7ab8a84df Mon Sep 17 00:00:00 2001 From: Bartosz Polaczyk Date: Sun, 13 Feb 2022 21:55:56 +0100 Subject: [PATCH] Separate templates --- .../ISSUE_TEMPLATE/BUG_REPORT.md | 32 ++++++++----------- .github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md | 16 ++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 20 ++++++++++++ 3 files changed, 49 insertions(+), 19 deletions(-) rename issue_template.md => .github/ISSUE_TEMPLATE/BUG_REPORT.md (57%) create mode 100644 .github/ISSUE_TEMPLATE/DOCUMENTATION_ISSUE.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md 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