chore: initialize repository with GitHub workflows and pre-commit jobs#2
Merged
Conversation
This commit sets up the initial repository structure with GitHub workflow configurations. The changes include: - Added GitHub workflow configurations for CI/CD - Set up pre-commit hooks and linting configurations - Created PR templates and issue templates - Added code of conduct and contribution guidelines - Configured renovate for dependency management - Updated project structure with tests directory - Enhanced pyproject.toml with additional configurations - Added README generation script and template
- Add to context.py to suppress type checking for entire file - Fix type ignore format in transformers.py by removing unnecessary bracket annotation
monoxgas
approved these changes
Apr 9, 2025
Contributor
monoxgas
left a comment
There was a problem hiding this comment.
Lots of scary stuff in here, but I'm going to trust you :)
rdheekonda
approved these changes
Apr 9, 2025
Contributor
rdheekonda
left a comment
There was a problem hiding this comment.
Pretty neat template. This PR would be super helpful in our upcoming projects, specifically Python repos.
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 commit sets up the initial repository structure with GitHub workflow configurations. The changes include:
Generated Summary:
Summary of Changes:
CODE_OF_CONDUCT.mdto establish clear behavioral expectations within the project community.CONTRIBUTING.mdfile outlining the contribution process, including pull request guidelines and CLA requirements.bug_report.yaml,feature_request.yaml) to streamline issue reporting.PULL_REQUEST_TEMPLATE.mdto ensure consistent and informative pull request descriptions.meta-labeler.yamlfor auto-labeling pull requests.semantic-prs.yamlfor validating pull request titles.pre-commit.yamlfor enforcing pre-commit checks and code quality.semantic-release.yamlfor managing versioning and releases based on Git tags.Added:
Potential Impact:
This summary was generated with ❤️ by rigging