aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-28 16:35:28 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-28 16:35:28 -0500
commit29ae86e6fb29cec92651e1f95b3c7067db2414d4 (patch)
tree94c66bcf3584db580722650087355cd2484baa04
parent745a731f0d6db97cc48a226a04f19e5b6cf4d2cd (diff)
revert: remove github related files
-rw-r--r--.github/ISSUE_TEMPLATE/build.md21
-rw-r--r--.github/ISSUE_TEMPLATE/chore.md21
-rw-r--r--.github/ISSUE_TEMPLATE/ci.md21
-rw-r--r--.github/ISSUE_TEMPLATE/docs.md21
-rw-r--r--.github/ISSUE_TEMPLATE/feature.md21
-rw-r--r--.github/ISSUE_TEMPLATE/fix.md21
-rw-r--r--.github/ISSUE_TEMPLATE/performace.md21
-rw-r--r--.github/ISSUE_TEMPLATE/refactor.md21
-rw-r--r--.github/ISSUE_TEMPLATE/style.md21
-rw-r--r--.github/ISSUE_TEMPLATE/test.md21
-rw-r--r--.github/workflows/ci.yml74
11 files changed, 0 insertions, 284 deletions
diff --git a/.github/ISSUE_TEMPLATE/build.md b/.github/ISSUE_TEMPLATE/build.md
deleted file mode 100644
index 4e60600..0000000
--- a/.github/ISSUE_TEMPLATE/build.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Build template
-about: 'Build system changes to be implemented for this project'
-title: "[build]"
-labels: build
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Update to newest version of `rustc` compiler
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md
deleted file mode 100644
index 1858355..0000000
--- a/.github/ISSUE_TEMPLATE/chore.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Chore template
-about: 'Non-functional task to be completed for this project'
-title: "[chore]"
-labels: chore
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Update to the newest version of `clap`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323 \ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md
deleted file mode 100644
index 5c1f3c5..0000000
--- a/.github/ISSUE_TEMPLATE/ci.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: CI template
-about: 'CI based changes to be implemented for this project'
-title: "[ci]"
-labels: ci
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Set up a GitHub Action to run `cargo check` on new commits
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md
deleted file mode 100644
index 9deac41..0000000
--- a/.github/ISSUE_TEMPLATE/docs.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Documentation template
-about: 'Documentational task to be completed for this project'
-title: "[docs]"
-labels: docs
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Write documentation for `create_file_system`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
deleted file mode 100644
index 4903167..0000000
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Feature template
-about: 'Feature to be implemented for this project'
-title: "[feat]"
-labels: feat
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. implement `create_file_system` function in `zfs`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/fix.md b/.github/ISSUE_TEMPLATE/fix.md
deleted file mode 100644
index dc9021b..0000000
--- a/.github/ISSUE_TEMPLATE/fix.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Fix template
-about: 'Fix to be implemented for this project'
-title: "[fix]"
-labels: fix
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. implement error handling for `create_file_system`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/performace.md b/.github/ISSUE_TEMPLATE/performace.md
deleted file mode 100644
index f2b23a5..0000000
--- a/.github/ISSUE_TEMPLATE/performace.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Performace template
-about: 'Optimizational changes to be implemented for this project'
-title: "[pref]"
-labels: pref
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Optimize cloning of `FileSystem` in `create_file_system`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md
deleted file mode 100644
index 3563643..0000000
--- a/.github/ISSUE_TEMPLATE/refactor.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Refactor template
-about: 'Refactor to be implemented for this project'
-title: "[refactor]"
-labels: refactor
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. refactor `create_file_system` to use the `quota` field in `FileSystem`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/style.md b/.github/ISSUE_TEMPLATE/style.md
deleted file mode 100644
index 09f0dab..0000000
--- a/.github/ISSUE_TEMPLATE/style.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Style template
-about: 'Style only changes to be implemented for this project'
-title: "[style]"
-labels: style
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Change to new version the `rustfmt` config
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md
deleted file mode 100644
index 97f6392..0000000
--- a/.github/ISSUE_TEMPLATE/test.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Test template
-about: 'Tests to be implemented for this project'
-title: "[test]"
-labels: test
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Write tests for `create_file_system`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index d3ba2cc..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,74 +0,0 @@
-name: CI
-
-on:
- push:
- branches:
- - "main"
- - "develop"
- pull_request:
-
-jobs:
- check:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions-rs/toolchain@v1
- with:
- profile: minimal
- toolchain: stable
- override: true
- - uses: actions-rs/cargo@v1
- with:
- command: check
- args: --workspace --all-features
-
- test:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions-rs/toolchain@v1
- with:
- profile: minimal
- toolchain: stable
- override: true
- - uses: actions-rs/cargo@v1
- with:
- command: test
- args: --workspace --all-features
-
- lints:
- name: Lints
- runs-on: ubuntu-latest
- steps:
- - name: Checkout sources
- uses: actions/checkout@v2
-
- - name: Install stable toolchain
- uses: actions-rs/toolchain@v1
- with:
- profile: minimal
- toolchain: stable
- override: true
- components: rustfmt, clippy
-
- - name: Run cargo fmt
- uses: actions-rs/cargo@v1
- with:
- command: fmt
- args: --all -- --check
-
- - name: Run cargo clippy
- uses: actions-rs/cargo@v1
- with:
- command: clippy
- args: --workspace --all-features --no-deps -- -D warnings
-
- clippy_check:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v1
- - run: rustup component add clippy
- - uses: actions-rs/clippy-check@v1
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
- args: --workspace --all-features --no-deps \ No newline at end of file