-
Notifications
You must be signed in to change notification settings - Fork 157
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 #298 from iiasa/release-2.0
Release v2.0.0
- Loading branch information
Showing
16 changed files
with
280 additions
and
228 deletions.
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 |
---|---|---|
@@ -1,13 +1,44 @@ | ||
<!-- Delete each of these instruction comments as you complete it. --> | ||
|
||
<!-- Title: use a short, declarative statement similar to a commit message, | ||
e.g. “Change [thing X] to [fix solve bug|enable feature Y]” --> | ||
|
||
**Required:** write a single sentence here describing the changes made by this PR. | ||
|
||
(Optional: write a longer description here to help a reviewer understand the PR in 3–5 minutes.) | ||
<!-- Optional: write a longer description here to help a reviewer understand the PR in 3–5 minutes. --> | ||
|
||
## How to review | ||
|
||
**Required:** describe specific things that reviewer(s) need to do to, in order | ||
to ensure that the PR does what it intends. | ||
|
||
<!-- For example: | ||
**PR checklist:** | ||
- Run a specific code snippet or command and check the output. | ||
- Build the documentation and look at a certain. | ||
- Simply view changes and note that the CI checks all pass. | ||
- Ensure that changes/additions are self-documenting, i.e. that another | ||
developer like the reviewer will be able to understand what the code does | ||
in the future. | ||
--> | ||
|
||
## PR checklist | ||
|
||
<!-- The following items are all **required* if the PR results in changes to | ||
the user behaviour, e.g. new features or fixes to existing behaviour. They are | ||
**optional** if the changes are solely to documentation, CI configuration, etc. | ||
In ambiguous cases, strike them out and add a short explanation, e.g. | ||
- [x] ~Tests added.~ No change in behaviour, simply refactoring. | ||
--> | ||
|
||
- [ ] Tests added. | ||
- [ ] Documentation added. | ||
- [ ] Release notes updated. Add a single line at the top of `RELEASE_NOTES.md` similar to… | ||
``` | ||
- [#999](https://github.com/iiasa/message_ix/pull/999) Description from above. | ||
``` | ||
…then, delete this sentence to confirm you've understood the instructions. | ||
- [ ] Release notes updated. | ||
<!-- To update `RELEASE_NOTES.rst`, add a single line under the section | ||
“Next release” similar to: | ||
- `#999 <https://github.com/iiasa/message_ix/pull/999>`_: Title or single- | ||
sentence description from above. | ||
--> |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.