-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: Release candidate | ||
about: Create a new release candidate issue | ||
title: "[release] rc/vx.x.x" | ||
labels: release | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please check that your version number is correct in the title. | ||
Shortly a comment below will appear with the branch and PR for the new release candidate |
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,47 @@ | ||
# Critical checks | ||
|
||
- [ ] Is the version number correct? | ||
|
||
- [ ] DESCRIPTION file | ||
|
||
- [ ] [NEWS.md](http://news.md/) | ||
|
||
- [ ] Does the build pass? | ||
|
||
--- | ||
|
||
## Documentation | ||
|
||
Does it include the following sections? | ||
|
||
- [ ] Module introduction with features | ||
|
||
- [ ] (O) Screenshots | ||
|
||
- [ ] Installation details | ||
|
||
- [ ] Explanation of function arguments | ||
|
||
- [ ] Data specifications and requirements | ||
|
||
- [ ] Different possible visualizations | ||
|
||
- [ ] Are the changes/new features included in [NEWS.md?](http://news.md/) | ||
|
||
- [ ] (O) Screenshots | ||
|
||
- [ ] (O) Explanation of input menus | ||
|
||
- [ ] (O) Short articles on building the app, compatibility with other modules, known bugs,... | ||
|
||
--- | ||
|
||
## QC Report | ||
|
||
- [ ] Does it include a QC Report? | ||
|
||
--- | ||
|
||
## API conventions | ||
|
||
- [ ] Follows API convention |