Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Please provide a clear and concise description of what this pull request address

To ensure this pull request meets the requirements for merging, please complete the checklist below:

- [ ] **Release Note:** I have added a release note in the [Mendix Docs repository](https://github.com/mendix/docs) relevant to the changes introduced in this PR.
- **Link to release note:** [Provide the link here]
- [ ] **Release Note:** As a part of the release process, an automated PR will be created for the [Mendix Docs repository](https://github.com/mendix/docs) relevant to the changes introduced in this PR. Post release, please ensure that the release note accurately reflects the changes and impacts of this PR.
- [ ] **Breaking Changes:** This PR introduces breaking changes (e.g., changes that require updates to existing configurations, dependencies).
- [ ] If yes, I have documented these breaking changes and provided guidance for users to adapt.
- **Details about breaking changes:** [Provide details here, if applicable]
Expand All @@ -18,14 +17,11 @@ To ensure this pull request meets the requirements for merging, please complete
- [ ] Feature
- [ ] Refactor
- [ ] Documentation
- [ ] Dependency Upgrade(s) (add versions)
- [ ] Other (describe)

## Important Notes

- PRs **will not be merged** without a corresponding release note update in the Mendix Docs repository.
- Make sure the release note accurately describes the changes and impacts introduced by this PR.
- If documentation update is not required, add a comment with `skip-docs-check` to skip the docs check.

Thank you for keeping our documentation up-to-date! 🚀

Expand All @@ -35,4 +31,4 @@ _..._

## Extra comments (optional)

_Please add extra comments or delete the section if not required_
_Please add extra comments or delete the section if not required_
255 changes: 255 additions & 0 deletions .github/scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .github/scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"simple-git": "^3.32.2",
"@octokit/rest": "^22.0.1"
}
}
Loading