Skip to content

Commit

Permalink
Added Github Issue/Pull-Request templates (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jun 4, 2016
1 parent ca757bb commit fd77567
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,19 @@
### Expected Behaviour

Please clearly describe the problem you are having and expected behaviour
you believe you should be expecting.

### Steps to reproduce

Please ideally provide a minimal viable reproducible example in code of the
problem that we can clearly run and observe the broken behaviour or missing
feature. If not please describe in as much clear detail how we can reproduce
the problem ourselves.

### Environment and Platform

- OS: Linux, Windows or BSD / OS X?
- Python: 2.6, 2.7, 3.5, PyPy?
- circuits: 3.2? Something older?

----
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,4 @@
Please describe what this pull request implements, improves or fixes.
Please be clear and concise but terse. We can read the code :)

Fixes #<issue>

0 comments on commit fd77567

Please sign in to comment.