diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2cdb9ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: "" +--- + +## Describe the Bug + + + +## To Reproduce + +Steps to reproduce the behavior: + +1. +2. +3. + +## Expected Behavior + + + +## Environment + +- OS: +- Docker/Podman version: +- Singularity/Apptainer version (if applicable): +- Container image and tag: +- Command used: + +## Error Output + + + +``` +[Error output here] +``` + +## Screenshots + + + +## Additional Context + + + +## Possible Solution + + diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..e86f61e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,33 @@ +--- +name: Documentation +about: Report issues with documentation or suggest improvements +title: "[DOCS] " +labels: documentation +assignees: "" +--- + +## Documentation Location + + + +## Current Documentation + + + +## Issue/Suggested Improvement + + + +## Proposed Changes + + + +## Additional Context + + + +## Checklist + +- [ ] I have checked that this is not already documented elsewhere +- [ ] I have checked for related issues +- [ ] I have suggested specific improvements where possible diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..72658b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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? + + + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Use Case + + + +## Additional Context + + + +## Impact on Existing Functionality + + + +## Implementation Ideas + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d837e4a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +# Description + + + +## Type of change + + + +- [ ] 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 + + + +- [ ] 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 + +