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
45 changes: 45 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## Related Issue(s)

<!--
Link the relevant issue(s) here, if any. E.g.,
- Part of #...
- Addresses dependabot alert #...
- Closes #...
-->

## Motivation

<!-- Describe the motivation(s) behind this PR and why these changes are necessary -->

## Description of Changes

<!-- List main changes introduced by this PR -->

*
*
*

## How to Test

1. **CI Checks:** Verify that all automated tests (`Vitest`) and build steps pass successfully on this PR.
2. **Local Verification (Optional):**
* Run `pnpm install` (or equivalent).
* Run the development server (`pnpm dev` or equivalent) for the library or examples to ensure Vite starts correctly.
* Run a build (`pnpm build` or equivalent) to ensure it completes successfully.

## Checklist

<!-- Please mark all conducted steps and checks -->

* [ ] My code follows the project's style guidelines
* [ ] I have added or updated tests to cover the changes
* [ ] I have updated relevant documentation
* [ ] All tests are passing locally
* [ ] CI checks are passing
* [ ] I have reviewed my own code and lock file changes
* [ ] I have checked for any potential security implications
* [ ] I have verified the changes work as expected

## Notes for Reviewers

<!-- Please provide any additional context, decisions made, or areas that need special attention -->
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
community@forward.dev.
community@forwardsoftware.solutions.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down