Skip to content

Commit

Permalink
restore some files that were accidentally deleted during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 23, 2024
1 parent 0ec12e3 commit 9cfd8e2
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 4 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
projects: 'idaholab/1'
about: Something isn't working correctly
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots and/or Logs **
If applicable, attach screenshots or container logs (e.g., the relevant bits of `./scripts/logs`) to help explain your problem.

**Malcolm Version:**
- Version [e.g. v24.01.0]

**How are you running Malcolm?**
- [ ] [ISO installed](https://idaholab.github.io/Malcolm/docs/malcolm-hedgehog-e2e-iso-install.html#InstallationExample) (on VM or dedicated hardware)
- [ ] via [Docker](https://idaholab.github.io/Malcolm/docs/malcolm-hedgehog-e2e-iso-install.html#InstallationExample) on [Linux](https://idaholab.github.io/Malcolm/docs/host-config-linux.html#HostSystemConfigLinux)
- [ ] via Docker on [Microsoft Windows](https://idaholab.github.io/Malcolm/docs/host-config-windows.html#HostSystemConfigWindows)
- [ ] via Docker on [macOS](https://idaholab.github.io/Malcolm/docs/host-config-macos.html#HostSystemConfigMac)
- [ ] via [Kubernetes](https://idaholab.github.io/Malcolm/docs/kubernetes.html#Kubernetes) (please provide platform details: e.g., on-prem K3s, Amazon AWS EKS, Microsoft Azure AKS, etc.)
- [ ] other (please describe)

**Additional context**
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature/enhancement request
projects: 'idaholab/1'
about: Suggest an idea for Malcolm
title: ''
labels: enhancement
assignees: ''

---

**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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/training.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Training
projects: 'idaholab/24'
about: Propose a subject for training topics
title: ''
labels: training
assignees: ''

---

**For what topic would you like to see training developed?**
Provide a brief description of the topic to be covered in the training module.

**What format would be best suited for this training?**
E.g., a video on the [YouTube channel](https://www.youtube.com/c/MalcolmNetworkTrafficAnalysisToolSuite), a section added to the documentation, slides, a document, etc.

**Is there existing [Malcolm documentation](https://idaholab.github.io/Malcolm/) that could be improved by including this topic?**

**Additional context**
Add any other context or screenshots about the feature request here.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ logo: docs/images/logo/Malcolm_outline_banner_dark.png
remote_theme: pages-themes/[email protected]
youtube_url: https://www.youtube.com/@MalcolmNetworkTrafficAnalysis
mastodon:
id: [email protected]
url: https://infosec.exchange/@mmguero
id:
url:
reddit:
id: Malcolm on Reddit
url: https://reddit.com/r/Malcolm
id:
url:
docs_uri: docs/
alerting_docs_uri: docs/alerting.html
anomaly_detection_docs_uri: docs/anomaly-detection.html
Expand Down

0 comments on commit 9cfd8e2

Please sign in to comment.