Skip to content

Documentation, functions, refactor#24

Merged
oyve merged 37 commits intomainfrom
dev
Oct 27, 2025
Merged

Documentation, functions, refactor#24
oyve merged 37 commits intomainfrom
dev

Conversation

@oyve
Copy link
Owner

@oyve oyve commented Oct 27, 2025

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:

  • Added detailed contribution guidelines in CONTRIBUTING.md, covering code standards, testing requirements, and the pull request process.
  • Introduced a thorough Copilot instructions file (.github/copilot-instructions.md) to guide AI and developers on project architecture, coding practices, units, testing, and common mistakes.

Issue and Pull Request Templates:

  • Added structured templates for bug reports, feature requests, and pull requests to .github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE.md, ensuring all necessary information is collected for efficient triage and review. [1] [2] [3]
  • Enabled blank issues and added contact links for questions and documentation in .github/ISSUE_TEMPLATE/config.yml.

CI/CD Enhancements:

  • Updated GitHub Actions workflow to run on all pull request branches and added Codecov integration for test coverage reporting on Node.js 22.x. [1] [2]

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]

oyve and others added 30 commits October 27, 2025 14:22
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>
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
Copilot AI and others added 7 commits October 27, 2025 18:23
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
@oyve oyve self-assigned this Oct 27, 2025
This was linked to issues Oct 27, 2025
@oyve oyve merged commit b222df1 into main Oct 27, 2025
3 checks passed
@oyve oyve deleted the dev branch October 27, 2025 19:26
@oyve oyve restored the dev branch October 27, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Snowfall Equivalent Suggest Copilot best practises Cloud Base Height

2 participants