Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,19 @@
+ [ ] Are the changes covered by tests and docstrings?
+ [ ] Fill out the short summary sections 👇


## Major / Breaking Changes
- ...

## Bugfixes / New features
## New features
- ...

## Bugfixes
- ...

## Docs / Maintenance
## Documentation
- ...

## Maintenance
- ...

15 changes: 7 additions & 8 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ changelog:
- title: Major Changes 🛠
labels:
- major
- title: New Features & Bugfixes 🎉
- title: New Features 🎉
labels:
- bug
- enhancements
- feature-request
- title: Docs & Maintenance 🔧
- feature request
- title: Bugfixes 🪲
labels:
- bug
- title: Documentation 📖
- docs
- installation
- maintenance
- pre-commit
- tests
- title: Maintenance 🔧
labels:
- "*"
2 changes: 1 addition & 1 deletion bin/downstream_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ pre-commit run --all
git push origin downstream_$1
# get the informative title
title=$(curl https://api.github.com/repos/aesara-devs/aesara/pulls/$1 2>/dev/null | jq '.title')
gh pr create --repo pymc-devs/pytensor --title "Downstreaming Aesara PR $1: $title" --body "Downstreaming https://github.com/aesara-devs/aesara/pull/$1. PR port done by downstream_pr.sh script."
gh pr create --repo pymc-devs/pytensor --label "aesara downstream" --title "🔄 From Aesara: $1: $title" --body "Downstreaming https://github.com/aesara-devs/aesara/pull/$1. PR port done by downstream_pr.sh script."