Skip to content

Commit

Permalink
Incorporate only used connectors into main codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed Aug 23, 2024
1 parent af61201 commit b7d74e6
Show file tree
Hide file tree
Showing 552 changed files with 72,646 additions and 4,722 deletions.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/QUESTION.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

10 changes: 1 addition & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## Problem
## Context

_Describe the problem your PR is trying to solve_

## Proposed changes

_Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue. Please give a more detailed description on the test scenarios you covered for, if making a more impactful change._


## Types of changes

Expand All @@ -26,8 +21,5 @@ _Put an `x` in the boxes that apply_
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] Unit tests for changes (not needed for documentation changes)
- [ ] CI checks pass with my changes
- [ ] Bumping version in `setup.py` is an individual PR and not mixed with feature or bugfix PRs
- [ ] Commit message/PR title starts with `[AP-NNNN]` (if applicable. AP-NNNN = JIRA ID)
- [ ] Branch name starts with `AP-NNN` (if applicable. AP-NNN = JIRA ID)
- [ ] Commits follow "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
- [ ] Relevant documentation is updated including usage instructions
2 changes: 1 addition & 1 deletion .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:

- name: Check all connectors are installable
run: |
make all_connectors -e pw_acceptlicenses=y
make all_connectors
Loading

0 comments on commit b7d74e6

Please sign in to comment.