Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
an initial issue template and PR template
  • Loading branch information
lprichar committed Dec 3, 2017
1 parent cea52c5 commit 06fcb5d
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .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
30 changes: 30 additions & 0 deletions .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)

0 comments on commit 06fcb5d

Please sign in to comment.