Add documentation url#32
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for Mitsi
Thank you for contributing to Mitsi! Please provide the following details to help us review your changes.
Description
Describe the purpose of this pull request and the changes introduced. What problem does it solve or what feature does it add?
Related Issues
Link any related issues (e.g.,
#123) or explain if this is a new feature or fix.Changes Made
List the key changes made in this pull request (e.g., modified files, new features, bug fixes).
Testing
Describe how you tested your changes. Did you add or update tests in the
testsfolder?Checklist
Please confirm the following by checking the boxes:
npm run lintlocally to ensure code style (source insrc, tests intests) is correct.npm run buildlocally to verify TypeScript compilation todist.npm run testlocally to confirm all tests pass.Additional Notes
Add any other information relevant to this pull request, such as screenshots, performance impacts, or questions for reviewers.
CI Notes: The CI workflow will automatically run
npm run lint,npm run build, andnpm run teston this pull request. Ensure these pass locally to avoid CI failures. See CONTRIBUTING.md for setup instructions.