Skip to content

Commit

Permalink
Merge branch 'main' into add-new-community-call-dates
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Aug 21, 2024
2 parents 27f5fb2 + 80dde51 commit 92311e9
Show file tree
Hide file tree
Showing 12 changed files with 771 additions and 478 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Describe changes/updates you have made to the code.
- [ ] Ensure submission passes current tests
- [ ] Add tests
- [ ] Update relevant docs
- [ ] Update changelog

### Reviewer checklist

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Check Changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main

jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md
729 changes: 725 additions & 4 deletions CHANGELOG.md

Large diffs are not rendered by default.

189 changes: 0 additions & 189 deletions docs/source/Contribution-guide/Contribution-guide.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/source/coding-basics/index.rst

This file was deleted.

60 changes: 0 additions & 60 deletions docs/source/coding-basics/jupyter-notebooks.rst

This file was deleted.

56 changes: 0 additions & 56 deletions docs/source/coding-basics/python-packages.rst

This file was deleted.

Loading

0 comments on commit 92311e9

Please sign in to comment.