Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/module_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Pull Request: New Module Release

**Please check before merging:**

- [ ] **Module Consistency:** Do the modules match each other? (e.g., `docs-as-code` and related process repositories)
- [ ] **Architecture:** Is the architecture present and correctly implemented?
- [ ] **Requirements:** Are all functional and non-functional requirements met? Are all component requirements considered?
- [ ] **Release Notes:** Are the release notes complete, accurate, and understandable? Do they describe all significant changes and innovations?

**Further Details:**

* **Description:** Briefly describe the changes this release brings.
* **Motivation:** Why is this release necessary? What are the benefits?
* **Testing:** How was the module tested? (Unit Tests, Integration Tests, Manual Tests, etc.)
* **Documentation:** Has the documentation been updated? Is there new documentation?
* **Dependencies:** Are there new dependencies? Do existing dependencies need to be updated?

**Note:** This template is intended as a guide. Please adapt it to the specific requirements of the module as needed.
Loading