-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from openfisca/github-templates
GitHub templates
- Loading branch information
Showing
4 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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], | ||
|