From 5d2d6f3f4220aeb474fd90c121803b2f6457a760 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Sat, 29 Dec 2018 17:14:17 -0800 Subject: [PATCH] Update templates --- .github/ISSUE_TEMPLATE.md | 27 ----------- .github/ISSUE_TEMPLATE/Bug_report.md | 55 ++++++---------------- .github/ISSUE_TEMPLATE/Feature_request.md | 25 ++++------ .github/PULL_REQUEST_TEMPLATE.md | 33 ++----------- .github/PULL_REQUEST_TEMPLATE/mergeback.md | 7 --- .github/PULL_REQUEST_TEMPLATE/release.md | 7 --- 6 files changed, 28 insertions(+), 126 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/mergeback.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1e35d381..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -**Please, do not create duplicate issues** - -### Actual behaviour - -Tell us what happens - -### Expected behaviour - -Tell us what should actually happen - -### Steps to reproduce - -Please supply step-by-step instructions so that anyone with the same environment can reproduce the issue. Whenever you offer a description, imagine -yourself in the shoes of someone who has never encountered this problem before and would like to know exactly how to observe it under a given set of conditions. -For example: - -1. Run BaGet `dotnet run BaGet.dll`. -2. Did this, then that, and lastly this. -3. `that` gave me a nullreference exception. - - -### Details - -Provide some additional information: - -- BaGet version (`git rev-parse HEAD`): -- Operating System + version: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 59ba4bbe..6b30ddd2 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,48 +1,23 @@ --- name: Bug report -about: Create a report to help us improve - +about: Create a report about something that is not working --- -### Do you want to request a *feature* or report a *bug*? - -Bug - -### What did you do? - - - -### What did you expect to see? - - -### What did you see instead? - - -### Output of `git rev-parse HEAD`: (_What version of BaGet are you using?_) - -``` -(paste your output here) -``` +### Describe the bug +A clear and concise description of what the bug is. -### What is your environment & configuration (arguments, platform, ...)? +### To Reproduce +Steps to reproduce the behavior: +1. Using this version of BaGet '...' +2. Run this code '....' +3. With these arguments '....' +4. See error - +### Expected behavior +A clear and concise description of what you expected to happen. -### If applicable, please paste the log output in DEBUG level +### Screenshots +If applicable, add screenshots to help explain your problem. -``` -(paste your output here) -``` +### Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 14859550..3b4122bc 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,24 +1,17 @@ --- name: Feature request about: Suggest an idea for this project - --- -### Do you want to request a *feature* or report a *bug*? - -Feature - -### What did you expect to see? - - +### Additional context +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f991b164..e439b809 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,31 +1,6 @@ - - -### What does this PR do? - - - -### Closes Issue(s) - - - -### Motivation - - - -### Additional Notes - - \ No newline at end of file +Addresses https://github.com/loic-sharma/BaGet/issues/123 diff --git a/.github/PULL_REQUEST_TEMPLATE/mergeback.md b/.github/PULL_REQUEST_TEMPLATE/mergeback.md deleted file mode 100644 index dfc85601..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/mergeback.md +++ /dev/null @@ -1,7 +0,0 @@ -### What does this PR do? - -Merge v{{.Version}} into master - -### Motivation - -Be sync. diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md deleted file mode 100644 index 226a85a7..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ /dev/null @@ -1,7 +0,0 @@ -### What does this PR do? - -Prepare release v{{.Version}}. - -### Motivation - -Create a new release.