diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f705392b..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,45 +0,0 @@ - - -## Bug report - -**Required Info:** - -- Operating System: - - -- Installation type: - - -- Version or commit hash: - - -- DDS implementation: - - -- Client library (if applicable): - - - -#### Steps to reproduce issue - -``` - -``` - -#### Expected behavior - -#### Actual behavior - -#### Additional information - - ----- -## Feature request - -#### Feature description - - -#### Implementation considerations - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index ab683cba..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: CI - -on: [push, pull_request] # on all pushes and PRs - -jobs: - ros1_bridge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ros-tooling/setup-ros@v0.2 - with: - required-ros-distributions: "noetic rolling" - - name: Build and test ros1-bridge - uses: ros-tooling/action-ros-ci@v0.2 - with: - package-name: ros1_bridge - target-ros1-distro: noetic - target-ros2-distro: rolling