Skip to content

Commit

Permalink
Merge pull request #94 from HIIT/master_clean
Browse files Browse the repository at this point in the history
Added templates for issues and pull request (from PyStan)
  • Loading branch information
vuolleko committed Dec 3, 2016
2 parents b59adad + e01baca commit 6e33a4b
Show file tree
Hide file tree
Showing 3 changed files with 56 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:

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

#### Intended Effect:

#### How to Verify:

#### Side Effects:

#### 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/)
9 changes: 9 additions & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ Currently implemented ABC methods:
GitHub page: https://github.com/HIIT/elfi

See examples under the notebooks directory to get started.

Licenses:

- Code: BSD3_
- Documentation: `CC-BY 4.0`_

.. _BSD3: https://opensource.org/licenses/BSD-3-Clause
.. _CC-BY 4.0: https://creativecommons.org/licenses/by/4.0

0 comments on commit 6e33a4b

Please sign in to comment.