Conversation
Merge main to dev
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
…icient Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Add cloud base height estimation from temperature and dew point
…stead of 125) Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
[WIP] Fix altitude calculator test expectation to match correct value
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
…actor Consolidate cloud base height formulas and move to phenomena module
Add GitHub Copilot best practices: contribution guidelines and AI context
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Add test coverage reporting to CI
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Add cloudTemperature formula to calculate temperature at cloud base
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
Document temperature conversion functions in Copilot instructions
Co-authored-by: oyve <16225018+oyve@users.noreply.github.com>
…egories Align README documentation with actual implementation
This was
linked to
issues
Oct 27, 2025
Closed
Closed
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.
This pull request introduces a comprehensive set of improvements to the project's contribution, issue, and pull request workflows, as well as documentation and CI/CD practices. The changes focus on making it easier for contributors to report bugs, request features, submit pull requests, and understand project conventions. Additionally, the CI pipeline is enhanced to provide better test coverage reporting.
Workflow and Documentation Improvements:
CONTRIBUTING.md, covering code standards, testing requirements, and the pull request process..github/copilot-instructions.md) to guide AI and developers on project architecture, coding practices, units, testing, and common mistakes.Issue and Pull Request Templates:
.github/ISSUE_TEMPLATE/and.github/PULL_REQUEST_TEMPLATE.md, ensuring all necessary information is collected for efficient triage and review. [1] [2] [3].github/ISSUE_TEMPLATE/config.yml.CI/CD Enhancements:
These changes collectively improve the project's maintainability, contributor experience, and code quality assurance.
References:
CONTRIBUTING.md
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/node.js.yml [1] [2]