Skip to content
Open
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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Report a problem or unexpected behavior in nidm-specs
labels: bug
---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:

1. …
2. …
3. …

**Expected behavior**

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

**Screenshots / logs**

If applicable, add screenshots or relevant log/output.

**Environment**

- OS:
- Python version (if relevant):
- nidm-specs version / commit:

**Additional context**

Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an enhancement or new specification for nidm-specs
labels: enhancement
---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is.

**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.

**Additional context**

Add any other context, examples, or references here.
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Summary

Briefly describe the changes in this pull request.

## Related issue

Link to the issue(s) this PR addresses, e.g. `Fixes #447`.

## Changes proposed

- …

## Checklist

- [ ] I followed the CONTRIBUTING guidelines for this project.
- [ ] I updated documentation where necessary.
- [ ] I ran existing tests (if applicable) and they pass.
- [ ] I described the change clearly in this PR.