From 06fcb5d97e73aed9d442df161f8bd2a9bd570210 Mon Sep 17 00:00:00 2001 From: Lee Richardson Date: Sat, 2 Dec 2017 22:34:55 -0500 Subject: [PATCH] an initial issue template and PR template --- .github/ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..0725d598 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +Please provide as much info from below as possible: + +### Steps to reproduce + +1. +2. +3. + +### Expected behavior + +[what should happen] + +### Actual behavior + +[what actually happens] + +### Configuration + + +**Sos Version:** + +[From the 'What's Going On?' button] + +**Build Server:** +- [ ] AppVeryor +- [ ] Bamboo +- [ ] CruiseControl.Net +- [ ] Jenkins/Hudson +- [ ] Team City +- [ ] TFS 2015+ +- [ ] TFS 2010-2013 (xaml build definition) +- [ ] Travis + +**Any Relevant Logs** + +See [screenshot](http://blog.sirenofshame.com/2012/01/how-to-report-errors.html) for how to retrieve \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c5e0e87e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) + + + +### :arrow_heading_down: What is the current behavior? + + + +### :new: What is the new behavior (if this is a feature change)? + + + +### :boom: Does this PR introduce a breaking change? + + + +### :bug: Recommendations for testing + + + +### :memo: Links to relevant issues/docs + + + +### :thinking: Checklist before submitting + +- [ ] All projects build +- [ ] Rebased onto current develop +- [ ] Ensure unit tests pass +- [ ] Write at least one new unit test (if possible) \ No newline at end of file