Closed
Fix file descriptor compilation error in zpmod module#60
Conversation
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 significant updates to the repository, including the removal of outdated files and content, the addition of new documentation and templates, and improvements to the CI/CD pipeline. The changes aim to streamline development workflows, enhance documentation consistency, and optimize automation processes.
Removal of outdated files and content:
.github/.cspell/project-ignored.txtand.github/.cspell/project-words.txt: Removed obsolete entries to declutter the spell-check configuration. [[1]](https://github.com/z-shell/zpmod/pull/60/files#diff-ba363a04347c98cdefaa1a2fc4d6bd7b41e61de4 501c07ef7e3246797ba1c15cL1-L3) [2].github/LICENCE: Removed the outdated license file, which may indicate a shift to a different licensing strategy or consolidation elsewhere..github/README.md: Deleted the README file, potentially to replace it with updated documentation elsewhere.Addition of new documentation and templates:
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md: Added a pull request template to standardize contributions and ensure developers provide necessary information for reviews..github/copilot-instructions.md: Introduced detailed documentation for GitHub Copilot usage in the repository, including project structure, development workflow, and best practices.CI/CD pipeline enhancements:
.github/workflows/ci.yml: Added a new CI/CD workflow leveraging reusable GitHub Actions from the Z-Shell organization for tasks like setting up the development environment, building, and testing thezpmodmodule. This improves automation and reduces redundancy.