File tree Expand file tree Collapse file tree 2 files changed +46
-1
lines changed
Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Related Issue(s)
2+
3+ <!--
4+ Link the relevant issue(s) here, if any. E.g.,
5+ - Part of #...
6+ - Addresses dependabot alert #...
7+ - Closes #...
8+ -->
9+
10+ ## Motivation
11+
12+ <!-- Describe the motivation(s) behind this PR and why these changes are necessary -->
13+
14+ ## Description of Changes
15+
16+ <!-- List main changes introduced by this PR -->
17+
18+ *
19+ *
20+ *
21+
22+ ## How to Test
23+
24+ 1 . ** CI Checks:** Verify that all automated tests (` Vitest ` ) and build steps pass successfully on this PR.
25+ 2 . ** Local Verification (Optional):**
26+ * Run ` pnpm install ` (or equivalent).
27+ * Run the development server (` pnpm dev ` or equivalent) for the library or examples to ensure Vite starts correctly.
28+ * Run a build (` pnpm build ` or equivalent) to ensure it completes successfully.
29+
30+ ## Checklist
31+
32+ <!-- Please mark all conducted steps and checks -->
33+
34+ * [ ] My code follows the project's style guidelines
35+ * [ ] I have added or updated tests to cover the changes
36+ * [ ] I have updated relevant documentation
37+ * [ ] All tests are passing locally
38+ * [ ] CI checks are passing
39+ * [ ] I have reviewed my own code and lock file changes
40+ * [ ] I have checked for any potential security implications
41+ * [ ] I have verified the changes work as expected
42+
43+ ## Notes for Reviewers
44+
45+ <!-- Please provide any additional context, decisions made, or areas that need special attention -->
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ representative at an online or offline event.
6060
6161Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262reported to the community leaders responsible for enforcement at
63- community@forward.dev .
63+ community@forwardsoftware.solutions .
6464All complaints will be reviewed and investigated promptly and fairly.
6565
6666All community leaders are obligated to respect the privacy and security of the
You can’t perform that action at this time.
0 commit comments