Skip to content

Commit

Permalink
Update pull request template (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke authored Sep 25, 2024
1 parent eacb892 commit bff3c01
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@

...

## Release note

Summarize the changes in the code block below to be included in the
[release notes](https://www.phasorpy.org/docs/stable/release.html):

```release-note
...
```

## Checklist

- [ ] The pull request title, summary, and description are concise.
- [ ] The pull request title and description are concise.
- [ ] Related issues are linked in the description.
- [ ] New dependencies are explained.
- [ ] The source code and documentation can be distributed under the [MIT license](https://www.phasorpy.org/docs/stable/license.html).
- [ ] The source code adheres to [code standards](https://www.phasorpy.org/docs/stable/contributing.html#code-standards).
- [ ] New classes, functions, and features are thoroughly [tested](https://www.phasorpy.org/docs/stable/contributing.html#tests).
- [ ] New, user-facing classes, functions, and features are [documented](https://www.phasorpy.org/docs/stable/contributing.html#documentation).
- [ ] The source code and documentation can be distributed under the [MIT license](https://www.phasorpy.org/docs/stable/license/).
- [ ] The source code adheres to [code standards](https://www.phasorpy.org/docs/stable/contributing/#code-standards).
- [ ] New classes, functions, and features are thoroughly [tested](https://www.phasorpy.org/docs/stable/contributing/#tests).
- [ ] New, user-facing classes, functions, and features are [documented](https://www.phasorpy.org/docs/stable/contributing/#documentation).
- [ ] New features are covered in tutorials.
- [ ] No files other than source code, documentation, and project settings are added to the repository.

0 comments on commit bff3c01

Please sign in to comment.