Skip to content

Comments

CI: Add GitHub Actions workflows and issue templates#22

Merged
dguijo merged 8 commits intomainfrom
add-github-actions
Jul 2, 2025
Merged

CI: Add GitHub Actions workflows and issue templates#22
dguijo merged 8 commits intomainfrom
add-github-actions

Conversation

@angelsevillamol
Copy link
Collaborator

What does this implement/fix? Explain your changes

This PR adds GitHub Actions workflows and GitHub-native templates to automate checks and improve issue tracking.

  • .github/workflows/:
    • pr_precommit.yml: Run pre-commit hooks on pull requests.
    • pr_pytest.yml: Run tests on push and PRs.
  • .github/ISSUE_TEMPLATE/:
    • bug_report.yml: Bug report template.
    • doc_improvement.yml: Documentation improvement template.
    • feature_request.yml: Feature request template.
    • other_issue.yml: General uncategorized issue template.
  • .github/PULL_REQUEST_TEMPLATE.md: Standard PR description

Copy link
Member

@dguijo dguijo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you @angelsevillamol.

@dguijo dguijo merged commit e0bda5f into main Jul 2, 2025
8 checks passed
@angelsevillamol angelsevillamol deleted the add-github-actions branch July 9, 2025 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants