Skip to content

Commit

Permalink
Merge pull request #123 from openfisca/github-templates
Browse files Browse the repository at this point in the history
GitHub templates
  • Loading branch information
benjello authored May 21, 2019
2 parents 61bda4c + 8465314 commit 728e2e4
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Hi there!

I really enjoy OpenFisca-Survey-Manager, but I recently encountered an issue.

### Here is what I did:


### Here is what I expected to happen:


### Here is what actually happened:


### Here is data (or links to it) that can help you reproduce this issue:



## Context

I identify more as a:

- Economist _(I make microsimulations with real populations)_.
- Developer _(I create tools that use OpenFisca-Survey-Manager)_.
- Commenter _(I make data visualisations)_.
- LexImpact _(I model reforms to make them exist)_.

(remove this line as well as all items in the list that don't fit your situation)
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Thanks for contributing to OpenFisca-Survey-Manager! Remove this line, as well as any other in the following that don't fit your contribution :)

#### Breaking changes

- In _some module_:
- Remove…

#### New features

- Introduce `some_function()`
- Allows for…

#### Deprecations

- Deprecate `some_function`.
- The functionality is now provided by…

#### Technical changes

- Rename `private_function`.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.22 [#123](https://github.com/openfisca/openfisca-survey-manager/pull/123)

* Add github templates

## 0.21 [#122](https://github.com/openfisca/openfisca-survey-manager/pull/122)

* Use SimulationBuilder.join_with_persons to initialize entites
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name = 'OpenFisca-Survey-Manager',
version = '0.20',
version = '0.20.1',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit 728e2e4

Please sign in to comment.