Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub templates #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ""
---

## 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 -->

## Environment

- OS:
- Docker/Podman version:
- Singularity/Apptainer version (if applicable):
- Container image and tag:
- Command used:

## Error Output

<!-- If applicable, add error messages or logs -->

```
[Error output here]
```

## Screenshots

<!-- If applicable, add screenshots to help explain your problem -->

## Additional Context

<!-- Add any other context about the problem here -->

## Possible Solution

<!-- If you have suggestions on a fix for the bug, please describe them here -->
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Documentation
about: Report issues with documentation or suggest improvements
title: "[DOCS] "
labels: documentation
assignees: ""
---

## Documentation Location

<!-- Specify where the documentation issue is (README, specific file, etc.) -->

## Current Documentation

<!-- What does the current documentation say? -->

## Issue/Suggested Improvement

<!-- Describe what's wrong or what could be improved -->

## Proposed Changes

<!-- If you have specific wording suggestions, include them here -->

## Additional Context

<!-- Add any other context about the documentation issue here -->

## Checklist

- [ ] I have checked that this is not already documented elsewhere
- [ ] I have checked for related issues
- [ ] I have suggested specific improvements where possible
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ""
---

## Is your feature request related to a problem?

<!-- 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 -->

## Use Case

<!-- Describe the use case for this feature -->

## Additional Context

<!-- Add any other context, screenshots, or examples about the feature request here -->

## Impact on Existing Functionality

<!-- Describe any potential impact this feature might have on existing functionality -->

## Implementation Ideas

<!-- If you have any ideas about how to implement this feature, please share them here -->
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Description

<!-- Provide a clear and concise description of your changes -->

## Type of change

<!-- Please check the relevant option(s) -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Documentation update
- [ ] Container image update
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Other (please specify)

## Testing

<!-- Describe the tests you ran and how -->

- [ ] Built container locally
- [ ] Tested container functionality
- [ ] Verified documentation accuracy
- [ ] Other (please specify):

### Test Environment Details

- OS:
- Docker/Podman version:
- Singularity/Apptainer version (if applicable):

## Related Issues

<!-- Add related github issues or PRs -->