Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG]'
title: '[BUG]: (please fill in...)'
labels: ''
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for McStas / McXtrace
title: "[FEATURE]"
title: "[FEATURE]: (please fill in...)"
labels: ''
assignees: ''

Expand Down
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Security concern
about: Create a report to help us improve
title: '[SECURITY]: (please fill in...)'
labels: ''
assignees: ''

---

**Describe your security concern**
A clear and concise description of worry.

**Document steps 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**
If applicable, add screenshots to help explain your problem.

**OS and McStas/McXtrace version (please complete the following information):**
- OS: [e.g. Linux]
- McCode variant [i.e. McStas, McXtrace]
- Version [e.g. 3.6.5]

**Additional context**
Add any other context about the problem here.
Loading