Skip to content

Commit

Permalink
Add templates for PRs and issues (from PyStan)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolleko committed Feb 27, 2017
1 parent 10550bb commit d29aff3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#### Summary:
Please provide a short couple sentence summary.


#### Description:
Describe the issue as clearly as possible.


#### Reproducible Steps:
Please report steps to reproduce the issue. If it's not possible to reproduce, please include a description of how you discovered the issue.

If you have a reproducible example, please include it.


#### Current Output:
The current output. Knowing what is the current behavior is useful.


#### Expected Output:
Describe what you expect the output to be. Knowing the correct behavior is also very useful.


#### ELFI Version:

#### Python Version:

#### Operating System:

21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#### Summary:

#### Intended Effect:

#### How to Verify:

#### Side Effects:

#### Successful inference in current Notebook examples:

#### Documentation:

#### Reviewer Suggestions:

#### Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:
- Code: BSD3 (https://opensource.org/licenses/BSD-3-Clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

0 comments on commit d29aff3

Please sign in to comment.