Skip to content

Commit

Permalink
Merge pull request #588 from tangkong/doc_checklist_prnotes
Browse files Browse the repository at this point in the history
DOC: add checklist to Pull Request Template
  • Loading branch information
ZLLentz authored Sep 14, 2023
2 parents 8f68987 + 1c6c008 commit e767bb4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@
<!--
## Screenshots (if appropriate):
-->

## Pre-merge checklist
- [ ] Code works interactively
- [ ] Code contains descriptive docstrings, including context and API
- [ ] New/changed functions and methods are covered in the test suite where possible
- [ ] Code has been checked for threading issues (no blocking tasks in GUI thread)
- [ ] Test suite passes locally
- [ ] Test suite passes on GitHub Actions
- [ ] Ran ``docs/pre-release-notes.sh`` and created a pre-release documentation page
- [ ] Pre-release docs include context, functional descriptions, and contributors as appropriate
23 changes: 23 additions & 0 deletions docs/source/upcoming_release_notes/588-doc_checklist_prnotes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
588 doc_checklist_prnotes
#########################

API Changes
-----------
- N/A

Features
--------
- N/A

Bugfixes
--------
- N/A

Maintenance
-----------
- adds TyphosDisplaySwitcher to TyphosPositionerRowWidget
- adds checklist to Pull Request Template

Contributors
------------
- tangkong

0 comments on commit e767bb4

Please sign in to comment.