about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/.github
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/.github')
-rw-r--r--third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md23
-rw-r--r--third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/feature_request.md18
-rw-r--r--third_party/bazel/rules_haskell/.github/settings.yml37
3 files changed, 0 insertions, 78 deletions
diff --git a/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md b/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 0dc93d4526..0000000000
--- a/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Bug report
-about: Create a bug report to help us fix it.
-labels: 'type: bug'
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior.
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Environment**
- - OS name + version:
- - Bazel version:
- - Version of the rules:
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/feature_request.md b/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index c160d84c21..0000000000
--- a/third_party/bazel/rules_haskell/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project.
-labels: 'type: feature request'
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/third_party/bazel/rules_haskell/.github/settings.yml b/third_party/bazel/rules_haskell/.github/settings.yml
deleted file mode 100644
index c561378299..0000000000
--- a/third_party/bazel/rules_haskell/.github/settings.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-repository:
-  has_wiki: false
-
-labels:
-  - name: "duplicate"
-    color: cfd3d7
-  - name: "good first issue"
-    color: 7057ff
-  - name: "invalid"
-    color: cfd3d7
-  - name: "more data needed"
-    color: bfdadc
-  - name: "P0"
-    color: b60205
-    description: "blocker: fix immediately!"
-  - name: "P1"
-    color: d93f0b
-    description: "critical: next release"
-  - name: "P2"
-    color: e99695
-    description: "major: an upcoming release"
-  - name: "P3"
-    color: fbca04
-    description: "minor: not priorized"
-  - name: "P4"
-    color: fef2c0
-    description: "unimportant: consider wontfix or other priority"
-  - name: "question"
-    color: d876e3
-  - name: "type: bug"
-    color: 0052cc
-  - name: "type: documentation"
-    color: 0052cc
-  - name: "type: feature request"
-    color: 0052cc
-  - name: "wontfix"
-    color: ffffff