Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Oct 22, 2024
2 parents e3b4a1f + add6f92 commit c1c2bc2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/release-candidate.md
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
47 changes: 47 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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

0 comments on commit c1c2bc2

Please sign in to comment.